-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "fullstack-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server",
"build": "webpack",
"build:dev": "npm run build -- --watch --mode=development",
"start:dev": "npm run build:dev & nodemon server --ignore public/ --ignore client/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.0",
"@mui/styles": "^5.8.0",
"@use-it/interval": "^1.0.0",
"express": "^4.17.3",
"install": "^0.13.0",
"ml5": "^0.6.0",
"npm": "^8.10.0",
"p5": "^1.4.1",
"pg": "^8.7.3",
"react-lazy-with-preload": "^2.0.1",
"react-p5": "^1.3.30",
"react-p5-wrapper": "^3.3.0",
"sequelize": "^6.17.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-react": "^7.16.7",
"axios": "^0.26.0",
"babel-loader": "^8.2.3",
"nodemon": "^2.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.0.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}