-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 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
{
"name": "rwr-profile-stats",
"private": false,
"version": "0.3.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-oss": "tsc && vite build --config vite.build.config.ts",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@reach/router": "^1.3.4",
"antd": "^4.19.1",
"dayjs": "^1.10.8",
"localforage": "^1.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.12",
"batch": "^0.6.1",
"cos-nodejs-sdk-v5": "^2.11.6",
"less": "^4.1.2",
"postcss": "^8.4.16",
"prettier": "^2.5.1",
"tailwindcss": "^3.1.8",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}