-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.61 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
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": "larpinator-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=3006 next dev",
"build": "PORT=3006 next build",
"start": "PORT=3006 next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@apollo/client": "^3.4.3",
"@date-io/date-fns": "1.x",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/react": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"@reduxjs/toolkit": "^1.6.1",
"@types/classnames": "^2.3.1",
"@types/nprogress": "^0.2.0",
"@types/react-dom": "^17.0.9",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"antd": "^4.16.11",
"chartist": "0.10.1",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"formik": "^2.2.9",
"formik-material-ui": "^3.0.1",
"formik-material-ui-lab": "^0.0.8",
"formik-material-ui-pickers": "^0.0.12",
"graphql": "^15.5.1",
"history": "5.0.0",
"js-cookie": "^2.2.1",
"moment": "^2.29.1",
"next": "11.0.1",
"next-compose-plugins": "2.2.1",
"next-images": "1.3.1",
"next-redux-wrapper": "^7.0.2",
"nprogress": "^0.2.0",
"path": "0.12.7",
"perfect-scrollbar": "1.5.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-chartist": "0.14.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-swipeable-views": "0.13.9",
"sass": "^1.37.5",
"styled-components": "^5.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.8",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-operations": "1.18.4",
"@graphql-codegen/typescript-react-apollo": "2.3.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/js-cookie": "^2.2.7",
"@types/react": "17.0.15",
"@types/react-router-dom": "^5.1.8",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"hoist-non-react-statics": "^3.3.2",
"prettier": "^2.3.2",
"typescript": "4.3.5"
}
}