forked from Wunderparks/wunderparks
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.3 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.3 KB
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
69
70
71
72
73
74
{
"name": "WUNDER-2.0",
"description": "",
"version": "2.0.0",
"main": "webpack.config.js",
"scripts": {
"start": "NODE_ENV=production nodemon server/server.js",
"dev": "concurrently \"cross-env NODE_ENV=development webpack-dev-server --open --hot \" \"nodemon ./server/server.js\"",
"build": "NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"front": "NODE_ENV=development webpack-dev-server --open",
"back": "NODE_ENV=development nodemon ./server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ECRI37-Pantless-Thundergeese/WUNDER-2.0.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wunderparks/wunderparks/issues"
},
"homepage": "https://github.com/ECRI37-Pantless-Thundergeese/WUNDER-2.0#readme",
"dependencies": {
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"axios": "^1.2.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.2",
"canvas-confetti": "^1.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mongoose": "^6.8.0",
"nodemon": "^2.0.20",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-bootstrap-icons": "^1.10.2",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-native-confetti-cannon": "^1.5.2",
"react-router": "^6.4.4",
"react-router-dom": "^6.4.5",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"url-loader": "^4.1.1",
"webpack-dev-server": "^4.11.1"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.6",
"babel-loader": "^9.1.0",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"react-router-dom": "^6.4.5",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}