-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 998 Bytes
/
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
{
"name": "chrome-ext-wizmuse",
"version": "1.0.0",
"description": "[](https://github.com/chinkan/chrome-ext-wizmuse/actions/workflows/github-actions-pack.yml)",
"scripts": {
"dev": "rollup -c -w",
"build": "rimraf dist && rollup -c",
"clean": "rimraf dist"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
"rollup": "^2.79.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"youtube-transcript": "^1.2.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"easymde": "^2.18.0"
}
}