-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 983 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
{
"name": "130rder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --mode development",
"build": "webpack --mode production && npm run zip",
"zip": "node scripts/zip.js",
"serve": "webpack --mode production && serve -s dist -l 4050",
"vercel": "webpack --mode production && vercel --prod ./dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"archiver": "^7.0.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"file-loader": "^6.2.0",
"html-minifier-terser": "^7.2.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"serve": "^14.2.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"vercel": "^37.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}