-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
53
54
55
56
57
58
59
60
61
{
"name": "ts-react-vike-start",
"version": "0.0.3",
"description": "",
"type": "module",
"author": "https://unterberg.dev",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky install",
"pre-commit": "lint-staged",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ."
},
"lint-staged": {
"**/*.{ts,tsx}": [
"prettier --write",
"eslint --fix",
"bash -c tsc --noEmit"
]
},
"keywords": [],
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vike-react": "^0.3.8",
"vite": "^5.0.10"
},
"dependencies": {
"@fontsource/inter": "^5.0.16",
"@vitejs/plugin-react": "^4.2.1",
"lucide-react": "^0.303.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.18",
"styled-components": "^6.1.1",
"tailwind-styled-components": "^2.2.0",
"vike": "^0.4.152"
}
}