-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.67 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
41
42
43
44
45
46
{
"description": "Build tool for this plugin",
"scripts": {
"clean": "grunt clean",
"install-bower": "echo \"XDG_CONFIG_HOME=${XDG_CONFIG_HOME}\" && echo \"XDG_CACHE_HOME=${XDG_CACHE_HOME}\" && echo \"XDG_DATA_HOME=${XDG_DATA_HOME}\" && bower-installer",
"install-npm": "grunt copy",
"remove-source-maps": "node scripts/container/remove-source-maps.js",
"install-dist": "node scripts/container/install-dist.js",
"install-dev": "node scripts/container/install-dev.js",
"build": "bash scripts/host/build.sh",
"copy-dev": "bash scripts/host/copy-dev.sh",
"watch-dev": "bash scripts/host/watch-dev.sh",
"update": "node scripts/container/install-dev.js",
"watch": "nodemon --watch ./src --ext js,css,yml,yaml,json --exec 'npm run install-dev'"
},
"author": "KBase Developers",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"dompurify": "2.4.1",
"htm": "3.1.1",
"js-cookie": "3.0.5",
"preact": "10.16.0",
"pure-uuid": "1.6.4",
"requirejs-json": "0.0.3"
},
"devDependencies": {
"bluebird": "3.7.2",
"bower-installer": "1.3.6",
"chalk": "5.3.0",
"eslint": "^8.45.0",
"eslint-config-google": "^0.14.0",
"eslint-config-preact": "1.3.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"jest": "28.1.3",
"js-yaml": "4.1.0",
"nodemon": "2.0.20",
"numeral": "2.0.6",
"tar": "6.1.15",
"terser": "5.19.2"
}
}