-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 802 Bytes
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
{
"name": "react-boilerplate",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"prepare": "husky install",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"@yikyo/eslint-config-react": "^1.10.0",
"@yikyo/prettier-config-standard": "^1.10.0",
"@yikyo/typescript-config-vite-react": "^1.3.0",
"autoprefixer": "^10.4.12",
"husky": "^8.0.1",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"vite": "^3.1.6"
}
}