-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.37 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"homepage": "https://rcarriga.github.io/viscal",
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@reduxjs/toolkit": "^1.2.5",
"@rehooks/component-size": "^1.0.3",
"@types/parsimmon": "^1.10.1",
"@types/randomcolor": "^0.5.3",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"bulma": "^0.8.0",
"font-awesome": "^4.7.0",
"framer-motion": "^1.9.1",
"lodash": "^4.17.15",
"node-sass": "^4.13.1",
"parsimmon": "^1.13.0",
"randomcolor": "^0.5.4",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-draggable": "^4.2.0",
"react-motion": "^0.5.2",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.0",
"react-spring": "^8.0.27",
"redux-thunk": "^2.3.0",
"redux-undo": "^1.0.0",
"reselect": "^4.0.0",
"svg-pan-zoom": "^3.6.1",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"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"
]
},
"devDependencies": {
"@babel/preset-env": "^7.8.7",
"@types/jest": "25.1.4",
"@types/lodash": "^4.14.149",
"@types/node": "13.9.0",
"@types/react": "^16.9.23",
"@types/react-dom": "16.9.5",
"@types/react-motion": "0.0.29",
"@types/react-redux": "^7.1.7",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^5.2.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
}
}