-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1005 Bytes
/
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
{
"name": "saper",
"version": "1.0.0",
"description": "A game saper",
"main": "index.js",
"scripts": {
"prestart": "npm run build",
"add_dependencies": "npm install --force",
"build": "webpack",
"pretty": "npx prettier --write ./public/",
"start": "node ./server/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "^3.3.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"css-loader": "^7.1.2",
"eslint": "^9.4.0",
"globals": "^15.3.0",
"image-minimizer-webpack-plugin": "^4.0.1",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"sharp": "^0.33.4",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"webpack": "^5.91.0"
}
}