-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 KB
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
{
"name": "folderpocket",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"commit": "cz"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.4",
"@chakra-ui/system": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@primer/octicons-react": "^18.3.0",
"@types/lodash.flattendeep": "^4.4.7",
"framer-motion": "^10.10.0",
"jotai": "^2.0.3",
"lodash.flattendeep": "^4.4.0",
"next": "13.2.4",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-simple-code-editor": "^0.13.1"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"commitizen": "4.2.4",
"cz-customizable": "^7.0.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.0",
"jotai-devtools": "^0.4.0",
"prettier": "^2.8.7",
"redux": "^4.2.1",
"sass": "^1.60.0",
"typescript": "^4.9.3"
},
"config": {
"commitizen": {
"path": "cz-customizable"
}
}
}