-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"name": "eagle-plugin-svga-format-extension",
"version": "1.1.0",
"description": "Eagle SVGA 格式扩展插件",
"author": "pecasha<chihai@pecasha.com>",
"repository": {
"type": "git",
"url": "https://github.com/pecasha/eagle-plugin-svga-format-extension.git"
},
"files": [
"dist"
],
"scripts": {
"build:test": "npm run bundle",
"build:prod": "npm run bundle -- --prod",
"bundle": "rollup -c --bundleConfigAsCjs & gulp build",
"up": "pnpm update -i --latest"
},
"dependencies": {
"svgaplayerweb": "^2.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-inject": "^5.0.5",
"gulp-json-editor": "^2.5.7",
"gulp-jsonmin": "^1.2.0",
"gulp-less": "^5.0.0",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2",
"rollup": "^4.6.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.3.3"
}
}