-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.31 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
{
"name": "skycrypt-themer",
"version": "3.0.0",
"description": "Create themes for SkyCrypt",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rollup -c -w --environment NODE_ENV:development",
"build": "rollup -c --environment NODE_ENV:production"
},
"author": "",
"license": "MIT",
"dependencies": {
"@material/mwc-button": "^0.25.3",
"@material/mwc-dialog": "^0.25.3",
"@material/mwc-icon-button": "^0.25.3",
"@material/mwc-select": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"lit": "^2.1.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/chrome": "0.0.163",
"@types/wicg-file-system-access": "^2020.9.2",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"rollup": "^2.58.3",
"rollup-plugin-chrome-extension": "^3.6.4",
"rollup-plugin-empty-dir": "^1.0.5",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-zip": "^1.0.3",
"typescript": "^4.3.5"
}
}