-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "taskway_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@date-io/date-fns": "^2.10.11",
"@date-io/moment": "^1.3.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.2.8",
"apollo-upload-client": "^16.0.0",
"date-fns": "^2.22.1",
"framer-motion": "^4.1.17",
"graphql": "^15.5.1",
"install": "^0.13.0",
"js-cookie": "^2.2.1",
"material-ui-dropzone": "^3.5.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"next": "11.0.1",
"next-pwa": "^5.3.1",
"npm": "^7.19.1",
"prettier": "^2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.0",
"react-scroll": "^1.8.3",
"react-toastify": "^7.0.4",
"recharts": "^2.1.0",
"subscriptions-transport-ws": "^0.9.19",
"validator": "^13.6.0"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}