-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "yehez-vitechakra-starter",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint src",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.7.5",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/catamaran": "^4.5.7",
"framer-motion": "^4.1.17",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@types/node": "^16.11.13",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@vitejs/plugin-react": "^1.0.9",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"next": "^12.1.6",
"prettier": "^2.7.1",
"typescript": "^4.3.2",
"vite": "^2.7.10",
"vite-tsconfig-paths": "^3.3.17"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
}
}