-
Notifications
You must be signed in to change notification settings - Fork 3
/
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": "voltar",
"version": "4.3.0",
"private": true,
"scripts": {
"compress": "precompress dist",
"import_assets": "node tool/import_assets.js",
"start": "webpack-cli serve --config webpack.dev.js",
"build": "webpack-cli --config webpack.prod.js && node tool/copy_media_to_dist.js",
"product": "npm run build && npm run compress"
},
"devDependencies": {
"@sucrase/webpack-loader": "^2.0.0",
"base64-inline-loader": "^1.1.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "^4.3.0",
"lodash": "^4.17.19",
"microbuffer": "^1.0.0",
"opentype.js": "^1.3.1",
"pako": "^2.0.2",
"precompress": "^6.3.2",
"raw-loader": "^4.0.0",
"sucrase": "^3.18.1",
"terser-webpack-plugin": "^5.0.3",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"walk": "^2.3.9",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.2"
},
"author": "Sean Bohan",
"license": "MIT"
}