-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "trimm-client",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"type-check": "tsc",
"dev": "NODE_ENV=development vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "Richard Oliver Bray",
"license": "ISC",
"dependencies": {
"@sentry/browser": "^6.19.1",
"@vitejs/plugin-react": "^1.2.0",
"chart.js": "^3.7.1",
"graphql": "^16.3.0",
"npm-check-updates": "^12.5.4",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router": "^6.2.2",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.5",
"redux-thunk": "^2.4.1",
"urql": "^2.2.0",
"vite": "^2.8.6"
},
"devDependencies": {
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"vite-plugin-eslint": "^1.3.0"
}
}