-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "voltec",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@next-auth/mongodb-adapter": "^1.0.3",
"@sendgrid/mail": "^7.7.0",
"@tailwindcss/typography": "^0.5.4",
"@types/pdfjs-dist": "^2.10.378",
"autoprefixer": "^10.4.7",
"aws-sdk": "^2.1172.0",
"axios": "^0.27.2",
"framer-motion": "^6.3.16",
"mongodb": "^4.7.0",
"next": "^12.1.6",
"next-auth": "^4.7.0",
"pdfjs-dist": "^2.14.305",
"postcss": "^8.4.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-dropzone": "^14.2.2",
"react-hot-toast": "^2.3.0",
"react-pdf": "^5.7.2",
"tailwindcss": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/node": "17.0.41",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/react-pdf": "^5.7.2",
"babel-loader": "^8.2.5",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"
}
}