-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 960 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
{
"name": "frontNextJs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next -p 4000",
"build": "next build",
"start": "next start",
"export": "next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.3.12",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@sanity/client": "^2.2.6",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"html-react-parser": "^1.2.4",
"next": "^10.0.7",
"next-connect": "^0.10.0",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^6.0.2",
"sass": "^1.34.0",
"snapjs": "^1.2.1"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.7",
"tailwindcss": "^2.0.3"
}
}