-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
40 lines (40 loc) · 1.16 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
37
38
39
40
{
"name": "pakku-build",
"private": true,
"version": "1.0",
"scripts": {
"dev": "grunt dev",
"watch": "grunt watch",
"build:chrome": "grunt chrome",
"build:edg": "grunt edg",
"build:firefox": "grunt firefox",
"build:src": "grunt src",
"build:proto": "proto_translation\\transform_to_module.bat"
},
"dependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chrome": "^0.0.263",
"@types/md5": "^2.3.5",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-move": "^1.0.0",
"grunt-rollup": "^12.0.0",
"grunt-terser": "^2.0.0",
"load-grunt-tasks": "^4.0.0",
"md5": "^2.3.0",
"protobufjs-cli": "^1.1.2",
"rollup-pluginutils": "^2.8.2",
"tslib": "^2.6.2",
"typescript": "^5.5.2"
}
}