forked from hyperbrew/bolt-cep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.svelte.json
58 lines (58 loc) · 2.07 KB
/
package.svelte.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
57
58
{
"name": "bolt-cep",
"version": "1.1.6",
"type": "module",
"scripts": {
"dev": "vite",
"watch": "tsc && vite build --watch true",
"build": "rimraf --glob dist/* && tsc -p \"tsconfig-build.json\" && vite build --watch false",
"zxp": "rimraf --glob dist/* && tsc -p \"tsconfig-build.json\" && cross-env ZXP_PACKAGE=true vite build --watch false",
"zip": "rimraf --glob dist/* && tsc -p \"tsconfig-build.json\" && 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": {},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.2",
"@babel/preset-env": "^7.22.2",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.22.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tsconfig/svelte": "^4.0.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.2.5",
"@types/trusted-types": "^2.0.3",
"babel-plugin-transform-scss": "^1.2.0",
"core-js": "^3",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"rimraf": "^5.0.1",
"rollup": "^3.23.0",
"rollup-plugin-multi-input": "^1.4.1",
"rollup-plugin-node-copy": "^1.0.4",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.62.1",
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"types-for-adobe": "^7.0.12",
"types-for-adobe-extras": "^0.0.5",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-cep-plugin": "^1.1.6",
"yarn": "^1.22.19"
},
"main": "index.js",
"license": "MIT"
}