-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.51 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
{
"name": "app-script-color",
"version": "1.5.1",
"description": "AppScriptColor: Chrome Extension that apply color themes to script.google.com",
"private": true,
"repository": {
"type": "git"
},
"scripts": {
"build": "gulp build --target=prod --cwd=./build",
"build_dev": "gulp build --cwd=./build",
"watch": "gulp watch --cwd=./build",
"format": "prettier --write ./src"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.20.2",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@open-wc/building-utils": "2.20.1",
"@rollup/plugin-babel": "6.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@types/chrome": "0.0.202",
"babel-plugin-bundled-import-meta": "0.3.2",
"babel-plugin-template-html-minifier": "4.1.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"prettier": "2.7.1",
"rollup": "3.3.0",
"rollup-plugin-terser": "7.0.2",
"yargs": "17.6.2"
},
"dependencies": {
"@material/mwc-icon-button": "0.27.0",
"@material/mwc-icon-button-toggle": "0.27.0",
"@webcomponents/custom-elements": "1.5.1",
"lit": "2.4.1"
},
"resolutions": {
"**/terser": "5.5.1"
}
}