-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "mpc_project_helper",
"private": true,
"version": "2.1.0",
"type": "module",
"license": "ISC",
"scripts": {
"dev": "vite",
"prebuild": "tsx bin/build_json_schema.ts validator \"src/types/projects/union.ts\" ProjectUnion \"src/types/projects/validate.js\" validate",
"build": "vite build",
"zip": "yarn run build && yarn tsx bin/zip.ts"
},
"dependencies": {
"@hello-pangea/dnd": "^16.5.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"fetch-retry": "^5.0.6",
"mpc_api": "https://github.com/North101/mpc_api",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-bootstrap-icons": "^1.11.3",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/chrome": "^0.0.262",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"@types/webextension-polyfill": "^0.10.7",
"@types/wicg-file-system-access": "^2023.10.4",
"@vitejs/plugin-react-swc": "^3.6.0",
"ajv": "^8.12.0",
"commander": "^12.0.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript-json-schema": "^0.63.0",
"vite": "^5.1.4",
"vite-plugin-web-extension": "^4.1.1",
"webextension-polyfill": "^0.10.0",
"zip-a-folder": "^3.1.6"
}
}