-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 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
{
"name": "treeder",
"version": "1.0.0",
"description": "> A web-based game of conquests… and trees",
"main": "server.js",
"scripts": {
"test": "node server/tst.js",
"start": "nodemon server/server.js",
"build": "webpack --mode production",
"delete": "node server/deletetree.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Junior-dev-Track/Treeder.git"
},
"private": true,
"dependencies": {
"@vitejs/plugin-react": "^4.3.1",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fantasy-name-generator": "^2.0.0",
"mysql2": "^3.10.0",
"node-cron": "^3.0.3",
"sass": "^1.77.4",
"ws": "^8.17.1"
},
"bugs": {
"url": "https://github.com/Junior-dev-Track/Treeder/issues"
},
"homepage": "https://github.com/Junior-dev-Track/Treeder#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"cookie-parser": "^1.4.6",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}