-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "car-axle-client",
"version": "v7",
"description": "car axle client",
"main": "index.ts",
"scripts": {
"dev": "prettier . --write && webpack serve",
"build": "prettier . --write && webpack --config webpack-production.config.js",
"updatebeta": "webpack",
"format": "prettier . --write"
},
"author": "Penguinify",
"license": "GPL-3.0",
"devDependencies": {
"@types/webpack-env": "^1.18.4",
"css-loader": "^6.9.0",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "3.0.3",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"buffer": "^6.0.3",
"glob": "^10.3.10",
"path-browserify": "^1.0.1",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"url": "^0.11.3",
"webpack-dev-server": "^4.15.1"
}
}