-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.34 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
41
42
43
{
"name": "easy-interceptor",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build:ts": "tsc && rollup -c rollup.config.ts",
"build:web": "tsc && vite build",
"build": "node script.js && npm run build:web && npm run build:ts",
"build:local": "cross-env VITE_LOCAL=true node script.js && cross-env VITE_LOCAL=true npm run build:web && cross-env VITE_LOCAL=true npm run build:ts"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@monaco-editor/react": "^4.4.6",
"antd": "^5.12.1",
"json-schema": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/chrome": "^0.0.228",
"@types/json-schema": "^7.0.9",
"@types/jsoneditor": "^8.6.1",
"@types/node": "^18.14.6",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^4.2.0",
"cross-env": "^7.0.3",
"less": "^4.2.0",
"monaco-editor": "^0.33.0",
"rollup": "^2.75.6",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite-plugin-cdn-import": "^1.0.0"
},
"license": "AGPL"
}