-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='-r next-logger' next dev | pino-pretty",
"build": "next build",
"start": "NODE_OPTIONS='-r next-logger' next start",
"husky": "husky install",
"commit": "git add . && npm lint && git cz"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.19.3",
"axios": "^0.26.1",
"axios-auth-refresh": "^3.2.2",
"classnames": "^2.3.1",
"cookie": "^0.4.2",
"dayjs": "^1.11.4",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash-es": "^4.17.21",
"next": "^12.1.1",
"next-auth": "^4.3.1",
"next-logger": "^3.0.1",
"next-with-less": "^2.0.5",
"pino": "^8.4.0",
"pino-pretty": "^8.1.0",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"set-cookie-parser": "^2.4.8"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.21",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.6",
"postcss": "^8.4.12",
"postcss-less": "^6.0.0",
"prettier": "^2.6.0",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}