-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1022 Bytes
/
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
{
"name": "new-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@sendgrid/mail": "^7.4.4",
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-prismic": "^1.0.9",
"axios": "^0.21.1",
"graphql": "^16.0.1",
"graphql-tag": "^2.12.6",
"next": "10.2.3",
"notistack": "^1.0.9",
"react": "17.0.2",
"react-animations": "^1.0.0",
"react-animejs": "^0.5.6",
"react-awesome-reveal": "^3.8.1",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"sass": "^1.34.1",
"swiper": "^6.7.0"
},
"devDependencies": {
"@types/node": "^15.12.1",
"@types/react": "^17.0.9",
"@types/react-animations": "^1.0.0",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.4",
"typescript": "^4.3.2"
}
}