generated from agustinusnathaniel/nextarter-chakra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "nextarter-chakra",
"version": "0.1.0",
"private": true,
"author": "sozonome",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && yarn format",
"type-check": "tsc --noEmit",
"format": "prettier --write src",
"up": "yarn upgrade-interactive",
"up-latest": "yarn up --latest",
"release": "standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "^1.8.7",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"framer-motion": "^5.6.0",
"next": "^12.1.4",
"next-pwa": "^5.4.6",
"next-seo": "^5.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^16.2.1",
"@types/react": "^17.0.43",
"commitlint": "^16.2.3",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.4",
"eslint-config-sznm": "^0.2.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"next-sitemap": "^2.5.19",
"prettier": "^2.6.0",
"standard-version": "^9.3.2",
"typescript": "^4.6.3"
}
}