forked from SysDesign-r/SDSquared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "sdsquared",
"version": "1.0.0",
"description": "System Design, Simplified",
"main": "./server/server.js",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"dev": "webpack serve & nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SysDesign-r/SDSquared.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SysDesign-r/SDSquared/issues"
},
"homepage": "https://github.com/SysDesign-r/SDSquared#readme",
"dependencies": {
"autoprefixer": "^10.4.14",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"http": "^0.0.1-security",
"mini-css-extract-plugin": "^2.7.6",
"mongoose": "^7.0.5",
"nodemon": "^2.0.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-sketch-canvas": "^6.2.0",
"socket.io": "^4.6.2",
"tailwind": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-object-assign": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"concurrently": "^8.0.1",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.1",
"postcss": "^8.4.24",
"postcss-loader": "^7.2.4",
"postcss-preset-env": "^8.3.2",
"sass": "^1.63.3",
"sass-loader": "^13.3.2",
"socket.io-client": "^4.6.2",
"style-loader": "^3.3.2",
"tailwindcss": "^3.3.2",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.13.3"
}
}