-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
82 lines (82 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "choc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=4000 next dev",
"build": "next build",
"lint": "next lint",
"lintFix": "eslint --fix",
"start": "next start",
"postinstall": "patch-package"
},
"dependencies": {
"@anubra266/stickyreact": "^1.0.1",
"@babel/standalone": "^7.18.4",
"@babel/traverse": "^7.25.6",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/utils": "^2.0.14",
"@choc-ui/chakra-autocomplete": "^4.22.0",
"@choc-ui/logo": "^1.0.0",
"@choc-ui/paginator": "^3.4.0",
"@ctrl/tinycolor": "^4.1.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@emotion/weak-memoize": "^0.4.0",
"@loadable/component": "^5.15.2",
"@splitbee/web": "^0.2.4",
"@visx/hierarchy": "^2.1.2",
"@visx/responsive": "^2.10.0",
"@zag-js/core": "^0.1.6",
"@zag-js/dom-utils": "^0.1.3",
"@zag-js/react": "^0.1.8",
"@zag-js/types": "^0.1.2",
"codesandbox": "^2.2.3",
"framer-motion": "^6.3.11",
"fuse.js": "^6.6.2",
"next": "^13.1.0",
"next-pwa": "^5.5.2",
"nextjs-progressbar": "^0.0.14",
"patch-package": "^6.4.7",
"pill-pity": "^0.2.3",
"raw-loader": "^4.0.2",
"re-resizable": "^6.9.2",
"react": "^18.2.0",
"react-carbon": "^1.0.7",
"react-dom": "^18.2.0",
"react-dom-confetti": "^0.2.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.4.0",
"react-live": "^2.4.0",
"react-remove-scroll": "^2.4.1",
"react-scroll": "^1.8.7",
"transform-imports": "^2.1.1"
},
"devDependencies": {
"@types/node": "^17.0.38",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.5",
"@types/react-scroll": "^1.8.3",
"all-contributors-cli": "^6.19.0",
"eslint": "8.14.0",
"eslint-config-next": "^13.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.0",
"typescript": "^4.9.5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged --pattern './**/*.{js,jsx,ts,tsx,json,css,scss,md,html}'"
}
},
"engines": {
"node": "18.x"
}
}