-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "invente-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@phuocng/react-pdf-viewer": "^1.7.0",
"@zeit/next-sass": "^1.0.1",
"aos": "^2.3.4",
"axios": "^0.21.1",
"bootstrap": "^5.1.0",
"classnames": "^2.3.1",
"cors": "^2.8.5",
"firebase": "^8.10.0",
"next": "^11.1.0",
"node-sass": "^6.0.1",
"react": "17.0.2",
"react-animated-social-icons": "^1.1.0",
"react-bootstrap": "^2.0.0-beta.5",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.2.0",
"react-pdf": "^5.4.0",
"react-responsive-modal": "^6.1.0",
"react-svg-drawing": "^1.0.1",
"react-typist": "^2.0.5"
},
"peerDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "^3.0.4"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"sass": "^1.39.0"
}
}