forked from hyperbrew/bolt-cep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.vue.json
56 lines (56 loc) · 1.88 KB
/
package.vue.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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "bolt-cep",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"watch": "tsc && vite build --watch true",
"build": "rimraf dist/* && tsc -p \"tsconfig-build.json\" && vite build --watch false",
"zxp": "tsc && cross-env ZXP_PACKAGE=true vite build --watch false",
"zip": "rimraf dist/* && tsc && cross-env ZIP_PACKAGE=true vite build --watch false",
"serve": "cross-env SERVE_PANEL=true vite preview",
"symlink": "cross-env ACTION=symlink vite",
"delsymlink": "cross-env ACTION=delsymlink vite"
},
"dependencies": {
"vue": "^3.2.45"
},
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^4.0.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.7",
"@types/trusted-types": "^2.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"babel-plugin-transform-scss": "^1.1.0",
"babel-preset-env": "^1.7.0",
"core-js": "3",
"cross-env": "^7.0.3",
"fs-extra": "^10.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.68.0",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-node-copy": "^1.0.4",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.43.4",
"types-for-adobe": "^7.0.11",
"types-for-adobe-extras": "^0.0.1",
"typescript": "^4.6.4",
"vite": "^4.0.4",
"vite-cep-plugin": "^0.3.8",
"yarn": "^1.22.17"
},
"main": "index.js",
"license": "MIT"
}