-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.45 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
{
"name": "mazu-did-not-say-that-shit",
"description": "Mazu did not say that shit",
"version": "1.0.0",
"engines": {
"node": "12.12.0"
},
"author": {
"name": "Benson Liao",
"url": "https://github.com/BensonLiao"
},
"private": true,
"//homepage-note": "You can set '.' for serving the same build from different paths if you are not using the HTML5 pushState history API nor using client-side routing. Otherwise set it to 'https://yourusername.github.io/repository-name'.",
"homepage": ".",
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.1.4",
"cssesc": "^3.0.0",
"immer": "^8.0.1",
"normalizr": "^3.4.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-scripts": "^4.0.2",
"react-tooltip": "^3.10.0",
"redux": "^4.0.4",
"redux-saga": "^1.0.5",
"regenerator-runtime": "^0.13.3",
"source-map-explorer": "^2.0.1",
"styled-components": "^4.3.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-centered": "^5.1.9",
"@storybook/addon-console": "^1.1.0",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-notes": "^5.1.9",
"@storybook/addon-viewport": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^6.1.18",
"@storybook/storybook-deployer": "^2.8.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"prettier": "^1.18.2",
"react-test-renderer": "^16.8.6",
"redux-devtools-extension": "^2.13.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"deploy": "gh-pages -d build",
"deploy-dev": "gh-pages -d build -o dev",
"deploy-sb": "storybook-to-ghpages --remote=storybook",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --debug .",
"ls": "yarn list --pattern",
"sb": "start-storybook -p 9001 -c .storybook"
},
"storybook-deployer": {
"gitUsername": "Benson Liao",
"gitEmail": "skylock777@gmail.com",
"commitMessage": "Deploy Storybook [skip ci]"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}