-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "vite-rtk-components",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
"type-check": "tsc"
},
"dependencies": {
"@faker-js/faker": "7.6.0",
"@tailwindcss/forms": "^0.5.4",
"@types/react-csv": "^1.1.3",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"eslint-plugin-simple-import-sort": "^9.0.0",
"localforage": "^1.10.0",
"postcss": "^8.4.27",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-router-dom": "^6.7.0",
"react-transition-state": "^2.0.2",
"tailwindcss": "^3.3.3",
"uuid": "^9.0.0",
"vite-tsconfig-paths": "^4.0.5"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.32.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"sass": "^1.58.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-svgr": "^2.4.0"
},
"license": "MIT"
}