-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "tools-next",
"version": "0.1.0",
"description": "Browser Tools Collection",
"keywords": [
"tool",
"browser",
"collection"
],
"homepage": "https://github.com/xg4/tools-next#readme",
"bugs": {
"url": "https://github.com/xg4/tools-next/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xg4/tools-next.git"
},
"license": "MIT",
"author": "xg4 <[email protected]>",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prepare": "husky install",
"start": "next start"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json}": [
"prettier --write"
]
},
"dependencies": {
"@ant-design/icons": "5.2.5",
"antd": "5.8.2",
"classnames": "2.3.2",
"dayjs": "1.11.9",
"immer": "10.0.2",
"lodash": "4.17.21",
"next": "13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/lodash": "4.14.196",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/uuid": "9.0.2",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"postcss": "8.4.27",
"prettier": "3.0.1",
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
}
}