-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.react.jsonc
More file actions
61 lines (61 loc) · 2.16 KB
/
package.react.jsonc
File metadata and controls
61 lines (61 loc) · 2.16 KB
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
59
60
61
{
"name": "bolt-cep", // BOLT_ID_REPLACE
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"watch": "tsc && vite build --watch true",
"build": "rimraf dist/* && tsc -p \"tsconfig-build.json\" && vite build --watch false",
"zxp": "rimraf dist/* && tsc -p \"tsconfig-build.json\" && cross-env ZXP_PACKAGE=true vite build --watch false",
"zip": "rimraf 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 BOLT_ACTION=symlink vite",
"delsymlink": "cross-env BOLT_ACTION=delsymlink vite"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"source-map": "^0.7.4",
"@babel/core": "^7.19.0",
"@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.19.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"babel-plugin-react-require": "^4.0.3",
"babel-plugin-transform-scss": "^1.2.0",
"babel-preset-env": "^1.7.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.7",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@types/trusted-types": "^2.0.2",
"@vitejs/plugin-react": "^4.5.1",
"core-js": "3",
"cross-env": "^7.0.3",
"fs-extra": "^10.0.0",
"rimraf": "^3.0.2",
"rollup": "^4.42.0",
"rollup-plugin-multi-input": "^1.5.0",
"rollup-plugin-node-copy": "^1.0.4",
"rollup-plugin-scss": "^4.0.1",
"sass": "^1.89.1",
"types-for-adobe": "^7.2.3",
"types-for-adobe-extras": "^0.0.9",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-cep-plugin": "^2.2.0"
}
}