-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
{
"name": "@aexol/next-js-starter",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "dotenv -e .env.development -- next dev",
"build:development": "dotenv -e .env.development -- next build && next export",
"build:production": "dotenv -e .env.production -- next build && next export",
"start": "next start",
"zeus": "zeus https://linktoyourschema.com/graphql ./"
},
"dependencies": {
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"dotenv-cli": "^6.0.0",
"formik": "^2.2.9",
"gray-matter": "^4.0.3",
"next": "^12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-onclickoutside": "^6.12.2",
"react-router-dom": "^6.3.0",
"react-scroll": "^1.8.7",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"rooks": "^6.4.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"graphql-zeus": "^5.1.7",
"typescript": "^4.7.4"
}
}