-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "nexcha-starter",
"version": "0.1.0",
"private": true,
"author": "Abdul malik <[email protected]>",
"repository": {
"url": "https://github.com/up2dul/nexcha-starter"
},
"description": "My personal Next.js + TypeScript + Chakra UI starter template",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"prepare": "husky install",
"format": "prettier --w './**/*.{js,cjs,mjs,ts,tsx}'"
},
"dependencies": {
"@chakra-ui/react": "^2.6.0",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fontsource/open-sans": "^4.5.14",
"@fontsource/raleway": "^4.5.12",
"framer-motion": "^10.12.4",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@types/eslint": "^8.21.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-next": "13.1.6",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
},
"ct3aMetadata": {
"initVersion": "7.5.6"
}
}