-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
{
"repository": {},
"license": "MIT",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch --mode development",
"serve": "webpack-dev-server --history-api-fallback",
"analyze": "webpack --profile --json > webpack-stats.json"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"classnames": "^2.2.6",
"core-js": "3",
"dispatch": "1.0.2",
"downshift": "^3.2.12",
"flatpickr": "4.6.2",
"gsap": "^2.1.3",
"history": "^4.9.0",
"hookrouter": "^1.2.3",
"humanize-duration": "^3.19.0",
"js-cookie": "^2.2.0",
"luxon": "1.17.2",
"preact": "10.0.0-rc.1",
"preact-router": "3.0.0",
"query-string": "^6.8.1",
"re-reselect": "^3.4.0",
"react-gsap": "^1.2.0",
"react-json-view": "^1.19.1",
"react-redux": "^7.1.0",
"react-table": "^6.10.0",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"reselect": "^4.0.0",
"sturdy-websocket": "^0.1.12"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime-corejs3": "^7.5.5",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"css-loader": "^3.1.0",
"cssnano": "^4.1.10",
"file-loader": "^4.1.0",
"html-loader": "^0.5.5",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nesting": "^7.0.0",
"postcss-preset-env": "^6.7.0",
"sass": "1.23.0-module.beta.1",
"style-loader": "^1.0.0",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0",
"yarn": "1.17.3"
}
}