-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 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
{
"name": "wechicken-frontend-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node ./server/server.js",
"lint": "next lint",
"run-eslint": "eslint --ext .tsx,.ts ./"
},
"dependencies": {
"@egjs/flicking-plugins": "^4.2.1",
"@egjs/react-flicking": "^4.3.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@reduxjs/toolkit": "^1.6.1",
"axios": "^0.21.1",
"dayjs": "^1.10.6",
"lodash-es": "^4.17.21",
"next": "11.0.1",
"next-transpile-modules": "^8.0.0",
"react": "17.0.2",
"react-calendar": "^3.4.0",
"react-dom": "17.0.2",
"react-query": "^3.19.0",
"react-redux": "^7.2.4",
"redux-typescript": "^1.2.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@next/eslint-plugin-next": "^11.1.2",
"@types/gapi": "^0.0.41",
"@types/gapi.auth2": "^0.0.55",
"@types/lodash-es": "^4.17.4",
"@types/react": "17.0.14",
"@types/react-calendar": "^3.4.2",
"@types/react-redux": "^7.1.18",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"react-query-devtools": "^2.6.3",
"typescript": "4.3.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}