-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "dashboard",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"build": "webpack --mode production --config config/webpack.config.js",
"start": "webpack serve --open --mode development --config config/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"enzyme": "^3.11.0",
"html-webpack-plugin": "^5.6.0",
"image-webpack-loader": "^8.1.0",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"aphrodite": "^2.4.0",
"fetch-mock": "^12.0.2",
"immutable": "^5.0.0",
"node-fetch": "^3.3.2",
"normalizr": "^3.6.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"redux": "^5.0.1",
"redux-mock-store": "^1.5.5",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1"
}
}