forked from ParadeTo/gpt-shortcut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 Bytes
/
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
{
"name": "test-vite-4-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "node src/server/index.js"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@types/lodash-es": "^4.17.11",
"@types/uuid": "^9.0.6",
"@types/webextension-polyfill": "^0.10.6",
"antd": "^5.10.3",
"classnames": "^2.3.2",
"eventsource-parser": "^1.1.1",
"express": "^4.18.2",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"test-vite-4-react": "file:",
"uuid": "^9.0.1",
"vite-tsconfig-paths": "^4.2.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.14",
"@types/chrome": "^0.0.222",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}