-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2.06 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
64
65
66
67
68
{
"name": "scratch",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon server/server.js",
"dev": "concurrently \"cross-env NODE_ENV='development' webpack-dev-server --history-api-fallback \" \"nodemon ./server/server.js\"",
"build": "NODE_ENV='production' webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pink-Fairy-Armadillo-4/Scratch.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pink-Fairy-Armadillo-4/Scratch/issues"
},
"homepage": "https://github.com/Pink-Fairy-Armadillo-4/Scratch#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"d3": "^5.16.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-static-gzip": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.1.2",
"mongoose": "^6.0.7",
"node-fetch": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.26.0",
"html-webpack-plugin": "^5.3.2",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.0",
"nodemon": "^2.0.12",
"sass": "^1.42.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}
}