-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 962 Bytes
/
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
{
"name": "next-chakra-boilerplate",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"test": "jest",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@moxy/jest-config-base": "^6.1.0",
"framer-motion": "^4.1.17",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@moxy/eslint-config-base": "^13.1.0",
"@moxy/eslint-config-react": "^13.1.0",
"@moxy/jest-config-testing-library": "^6.1.0",
"@moxy/jest-config-web": "^6.1.0",
"@testing-library/react": "^12.1.2",
"eslint-config-next": "12.0.7",
"eslint": "^7.6.0",
"husky": "^2.7.0",
"jest": "^26.6.3",
"lint-staged": "^10.2.13"
}
}