-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 869 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
{
"scripts": {
"start": "nodemon ./server/index.js",
"build-dev": "webpack --mode=development --watch",
"build-prod": "webpack --mode=production"
},
"dependencies": {
"array-shuffle": "^3.0.0",
"axios": "^0.27.2",
"cypress": "^10.0.2",
"express": "^4.18.1",
"nodemon": "^2.0.16",
"pg": "^8.7.3",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-modal": "^3.15.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"eslint-config-airbnb": "^19.0.4",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
}
}