-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.91 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
{
"name": "rx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"watch": "cross-env NODE_ENV=production webpack --config webpack.prod.js --watch",
"start": "cross-env NODE_ENV=development webpack serve --open --config webpack.dev.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"co": "^4.6.0",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"react": "^18.0.0-rc.2",
"react-dom": "^18.0.0-rc.2",
"react-redux": "^7.2.6",
"react-spring": "^9.4.3",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.4.1",
"rxjs": "^7.5.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.0",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"babel-loader": "^8.2.3",
"compression-webpack-plugin": "^9.0.1",
"copy-webpack-plugin": "^10.2.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"csv-loader": "^3.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^6.2.1",
"process": "0.11.10",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0",
"xml-loader": "^1.2.1"
}
}