-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.01 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
{
"name": "arknights-store",
"version": "0.9.5",
"author": "ochukai",
"private": false,
"repository": "https://github.com/ochukai/Arknights-Store.git",
"license": "MIT",
"homepage": "https://ochukai.github.io/Arknights-Store/",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"predeploy": "yarn build",
"data": "node src/data",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@antv/g2": "^3.5.8-beta.1",
"@loadable/component": "^5.10.1",
"animate.css": "^3.7.2",
"breakpoints-js": "^1.0.6",
"classnames": "^2.2.6",
"history": "^4.9.0",
"memoize-one": "^5.0.4",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"rc-util": "^4.6.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-is": "^16.8.6",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"store": "^2.0.12",
"underscore": "^1.9.1",
"uuid": "^3.3.2",
"viser-react": "^2.4.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-actions": "^5.1.8",
"@storybook/addon-links": "^5.1.8",
"@storybook/addon-notes": "^5.1.8",
"@storybook/addon-viewport": "^5.1.8",
"@storybook/addons": "^5.1.8",
"@storybook/react": "^5.1.8",
"@storybook/theming": "^5.1.8",
"babel-plugin-import": "^1.11.2",
"gh-pages": "^2.0.1",
"json-stringify-pretty-compact": "^2.0.0",
"react-app-rewire-define-plugin": "^1.0.0",
"react-app-rewired": "^2.1.3"
}
}