-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 918 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 918 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
32
33
34
35
36
37
38
{
"name": "apollo-gym",
"version": "1.1.0",
"private": true,
"author": "Julio Alfredo Vasquez Lievano",
"description": "App create with react and vite",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.6.2",
"antd": "^4.17.1",
"jwt-decode": "^3.1.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-highlight-words": "^0.17.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"sass": "^1.43.4"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.5",
"standard": "^16.0.4",
"vite": "^2.6.10",
"vite-plugin-react-router": "^1.2.1"
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json"
]
}
}