-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 949 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
{
"name": "fastdmm2",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-prod": "npm ci && rimraf ./dist && webpack --mode=production"
},
"author": "",
"license": "MIT",
"devDependencies": {
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^6.1.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.8.1",
"file-loader": "^6.1.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"path-browserify": "^1.0.1",
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
"style-loader": "^1.2.1",
"util": "^0.12.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"color-parser": "^0.1.0",
"process": "^0.11.10",
"streampng": "^0.1.8"
}
}