-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
{
"name": "pkt-front",
"version": "0.1.2",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.9.5",
"@wojtekmaj/react-daterange-picker": "^2.5.0",
"framer-motion": "^1.7.2",
"javascript-time-ago": "^2.0.6",
"lodash-es": "^4.17.15",
"luxon": "^1.22.0",
"nthen": "^0.1.10",
"react": "^16.12.0",
"react-charts": "^2.0.0-beta.6",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-icons": "^3.8.0",
"react-media": "^1.10.0",
"react-png-tooltip": "^1.2.0",
"react-resize-aware": "^3.0.0-beta.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"styled-components": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint ./src --fix",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"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"
]
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-knobs": "^5.3.17",
"@storybook/addon-links": "^5.3.7",
"@storybook/addon-viewport": "^5.3.13",
"@storybook/addons": "^5.3.7",
"@storybook/preset-create-react-app": "^1.5.2",
"@storybook/react": "^5.3.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-standard": "^4.0.1"
}
}