-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 891 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
{
"name": "eva",
"version": "1.0.0",
"homepage": "https://ArtistTheCreator.github.io/eva",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "vite",
"build": "vite build --base /eva/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.10.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.8.2",
"sass": "^1.69.4",
"vite": "^4.5.0"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^4.1.0",
"gh-pages": "^6.0.0",
"vitest": "^0.34.6"
}
}