-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "bluearchive-3rd-party-club-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "rimraf dist && tsc && vite build",
"dev": "vite",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"preview": "vite preview"
},
"dependencies": {
"@acab/reset.css": "^0.5.3",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-scroll": "^1.8.9",
"rimraf": "^4.1.2",
"sort-package-json": "^2.3.0"
},
"devDependencies": {
"@tenzyu/tsconfig": "^0.1.4",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-scroll": "^1.8.6",
"@vitejs/plugin-react-swc": "^3.0.0",
"sass": "^1.57.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}