-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 754 Bytes
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
{
"name": "aids",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=/aids/",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.uniqueid": "^4.0.7",
"classnames": "^2.3.1",
"lodash.merge": "^4.6.2",
"lodash.uniqueid": "^4.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-popper": "^2.2.5"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"vite": "^2.9.2"
}
}