-
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.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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": "docupack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@aws-amplify/ui-react": "^1.2.0",
"@headlessui/react": "^1.1.1",
"@heroicons/react": "^1.0.1",
"@tailwindcss/forms": "^0.3.2",
"@types/node": "^15.0.1",
"aws-amplify": "^4.0.2",
"aws-appsync": "^4.0.4",
"boring-avatars": "^1.5.8",
"classnames": "^2.3.1",
"date-fns": "^2.22.1",
"graphql": "^15.5.1",
"next": "10.2.0",
"nextjs-progressbar": "0.0.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"uuid": "^8.3.2",
"uuidv4": "^6.2.11"
},
"devDependencies": {
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.6",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss": "^8.2.13",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.2",
"typescript": "^4.3.2"
}
}