-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.38 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
{
"name": "timecat-chrome",
"author": "oct16",
"license": "GPL-3.0",
"description": "TimeCat Chrome Plugin",
"version": "1.0.0",
"scripts": {
"build": "node scripts/build.js",
"dev": "npm run build dev",
"update": "cp ../TimeCat/packages/timecat/dist/timecat.global.prod.js src/assets/"
},
"devDependencies": {
"@oct16/code-formatter": "^1.0.9",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-html": "^0.2.3",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@types/chrome": "0.0.134",
"@types/node": "^14.14.37",
"@types/pako": "^1.0.1",
"@types/socket.io-client": "^1.4.36",
"chalk": "^4.1.0",
"execa": "^5.0.0",
"rollup": "^2.44.0",
"rollup-plugin-browsersync": "^1.3.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"timecatjs": "^1.2.0-alpha.20",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oct16/TimeCat.git"
},
"bugs": {
"url": "https://github.com/oct16/TimeCat/issues"
},
"homepage": "https://github.com/oct16/TimeCat#readme"
}