-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "bird-report",
"private": true,
"description": "An chrome extension for birdreport.cn to provide query data and export excel files.",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:watch": "vite build --watch --mode development",
"build": "tsc && vite build",
"build:chrome": "tsc && cross-env TARGET=chrome vite build"
},
"dependencies": {
"@internationalized/date": "^3.5.4",
"@nextui-org/react": "^2.4.1",
"export-to-csv": "^1.3.0",
"framer-motion": "^11.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"js-base64": "^3.7.7",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite-plugin-web-extension": "^4.0.0",
"webextension-polyfill": "^0.10.0"
}
}