-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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
{
"name": "statistics",
"homepage": ".",
"version": "0.2.0",
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.10.39",
"@amcharts/amcharts4-fonts": "^4.0.1",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.5",
"browserslist": "^4.23.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"typescript": "^5.5.4",
"vite": "^5.4.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"prettier": "prettier --write .",
"lint:fix": "npm run lint && npm run prettier"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"devDependencies": {
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.35.0",
"prettier": "^2.2.1"
},
"engines": {
"npm": ">=10.8.2",
"node": ">=20.17.0"
}
}