generated from windranger-io/react-next-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
50
51
{
"name": "dashboard-template-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "2.4.4",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"framer-motion": "6.5.1",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "3.39.2"
},
"devDependencies": {
"@babel/core": "7.20.7",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@emotion/babel-plugin": "11.10.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/node": "16.18.10",
"@types/react": "17.0.52",
"@types/react-dom": "17.0.18",
"@types/react-test-renderer": "17.0.2",
"@typescript-eslint/eslint-plugin": "5.47.0",
"autoprefixer": "10.4.13",
"babel-jest": "27.5.1",
"babel-plugin-macros": "3.1.0",
"eslint": "8.30.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-testing-library": "5.9.1",
"husky": "7.0.4",
"jest": "27.5.1",
"lint-staged": "12.5.0",
"prettier": "2.8.1",
"react-test-renderer": "18.2.0",
"typescript": "4.9.4"
}
}