-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 962 Bytes
/
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
{
"private": true,
"scripts": {
"start": "poi --jsx react",
"build": "poi build --jsx react"
},
"dependencies": {
"axios": "1.6.0",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"promise-polyfill": "8.2.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-ga": "3.3.0",
"react-redux": "8.0.2",
"react-responsive": "9.0.0-beta.10",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"redux": "4.2.0",
"redux-cache": "0.3.0",
"redux-promise": "0.6.0",
"redux-promise-middleware": "6.1.2",
"reset-css": "^5.0.1",
"styled-components": "5.3.5"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.8.3",
"bluebird": "3.7.2",
"eslint": "8.17.0",
"eslint-plugin-react": "7.30.0",
"poi": "12.10.3"
}
}