-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@yosgo/swap-ui",
"version": "1.0.141",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
"build"
],
"types": "build/index.d.ts",
"description": "SWAP UI Framework. www.swap.work",
"scripts": {
"build": "rollup -c",
"test": "jest",
"test:watch": "jest --watch",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"generate": "node ./util/create-component",
"prepublishOnly": "npm run build",
"deploy-storybook": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yosgo-open-source/swap-ui.git"
},
"keywords": [
"React",
"Component",
"Library",
"Rollup",
"Typescript",
"Sass",
"Storybook",
"Material-ui"
],
"author": "kcin1993",
"license": "MIT",
"bugs": {
"url": "https://github.com/yosgo-open-source/swap-ui/issues"
},
"homepage": "https://github.com/yosgo-open-source/swap-ui",
"peerDependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": ">=^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/react": "^6.0.26",
"@storybook/storybook-deployer": "^2.8.7",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.2",
"@types/jest": "^24.0.24",
"@types/react": "^17.0.11",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^17.0.8",
"@types/styled-components": "^5.1.4",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"node-sass": "^4.14.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.2",
"react-share": "^4.3.1",
"rollup": "^1.27.4",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-typescript2": "^0.27.0",
"sass-loader": "^8.0.0",
"styled-components": "^5.2.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.2"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@material-ui/lab": "^4.0.0-alpha.57",
"react-spring": "^9.1.1",
"react-typed": "^1.2.0"
}
}