-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "skillcheck",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint . --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"prettier": "prettier --check",
"prettier:fix": "prettier --write .",
"preview": "vite preview",
"tsc": "tsc --noEmit"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.10",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/forms": "0.5.4",
"@tailwindcss/typography": "0.5.9",
"@total-typescript/ts-reset": "0.5.1",
"@tsconfig/vite-react": "^2.0.0",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"@vitejs/plugin-react-swc": "3.3.2",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"postcss": "8.4.28",
"postcss-import": "15.1.0",
"postcss-nesting": "12.0.1",
"prettier": "3.0.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-tailwindcss": "0.5.3",
"tailwindcss": "3.3.3",
"ts-essentials": "9.3.2",
"typescript": "5.1.6",
"vite": "4.4.9"
}
}