-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
{
"name": "Medicine",
"version": "0.0.1",
"private": true,
"license": "MIT",
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"ri7nz-react-scripts": "2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:logo": "./buildlogo.js",
"lh": "lighthouse-ci",
"test": "cross-env NODE_PATH=src/ react-scripts test --env=jsdom --coverage",
"test:lh": "yarn lh --performance=95 --seo=100 --pwa=100 --accessibility=100 --best-practices=100",
"eject": "react-scripts eject",
"build:storybook": "build-storybook -s public",
"storybook": "start-storybook -p 9009 -s public",
"deploy": "yarn build && gh-pages -d build",
"deploy:travis": "gh-pages-with-token -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@storybook/addon-actions": "5.0.11",
"@storybook/addon-links": "5.0.11",
"@storybook/react": "5.0.11",
"antd": "3.19.2",
"babel-loader": "8.0.4",
"cross-env": "5.2.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.13.2",
"enzyme-to-json": "3.3.5",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-jest": "22.6.4",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.13.0",
"gh-pages": "2.0.1",
"gh-pages-with-token": "1.0.0",
"husky": "2.3.0",
"lighthouse-ci": "1.6.0",
"lint-staged": "8.1.7",
"react-router-dom": "5.0.0",
"react-testing-library": "8.0.1",
"sharp": "0.22.1",
"sinon": "7.3.2",
"stockroom": "1.0.1",
"unistore": "3.4.1",
"worker-loader": "2.0.0"
}
}