This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
generated from hauptrolle/nextplate
-
Notifications
You must be signed in to change notification settings - Fork 237
/
package.json
64 lines (64 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "chakra-templates",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/hauptrolle/chakra-templates.git"
},
"author": "Achim Rolle <[email protected]>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test:watch": "jest --watch",
"test:ci": "jest --ci --coverage",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@splitbee/web": "^0.3.0",
"directory-tree": "^3.5.1",
"framer-motion": "^10.12.18",
"next": "^13.4.9",
"next-seo": "^6.1.0",
"nprogress": "^0.2.0",
"raw-loader": "^4.0.2",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-code-blocks": "^0.1.3",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-slick": "^0.29.0",
"sharp": "^0.32.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.4.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.14",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-chakra-ui": "^0.9.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"eslint-plugin-testing-library": "^5.11.0",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"typescript": "^4.9.5"
},
"license": "MIT"
}