-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "secure-link",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "jest",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/storage": "^5.16.1",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"crypto-js": "^4.1.1",
"faunadb": "^4.4.1",
"filesize": "^8.0.6",
"formidable": "^2.0.1",
"graphql-request": "^3.7.0",
"joi": "^17.5.0",
"luxon": "^2.2.0",
"multiparty": "^4.2.2",
"next": "12.0.7",
"next-connect": "^0.11.0",
"next-joi": "^2.2.1",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/crypto-js": "^4.1.0",
"@types/formidable": "^2.0.3",
"@types/luxon": "^2.0.8",
"@types/multiparty": "^0.0.33",
"@types/react": "^17.0.38",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/uuid": "^8.3.3",
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"jest": "^27.4.5",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7",
"typescript": "^4.5.4"
}
}