-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "P12_TAYLOR_HEATHER",
"version": "0.1.0",
"private": false,
"homepage": "https://taylorfullstack.github.io/P12_TAYLOR_Heather",
"type": "module",
"dependencies": {
"axios": "^1.3.4",
"better-docs": "github:njetsy/better-docs-jsdoc4#chore/jsdoc4-update",
"jsdoc": "^4.0.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.2",
"recharts": "^2.5.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"docs": "jsdoc -c jsdoc.json",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"eslintConfig": {
"extends": [
"react",
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^18.0.31",
"@vitejs/plugin-react": "^3.1.0",
"buffer": "^5.7.1",
"eslint-plugin-react-hooks": "latest",
"gh-pages": "^5.0.0",
"vite": "^4.2.1",
"vite-plugin-eslint": "1.8.1"
}
}