-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.59 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": "@aexol/next-js-starter",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "dotenv -e .env.development -- next dev",
"build:ci": "next build && next export",
"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 --ts ./"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@types/marked": "^4.0.1",
"@types/page-flip": "^2.0.0",
"date-fns": "^2.23.0",
"dotenv-cli": "^4.0.0",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^0.17.0",
"jotai": "^1.6.2",
"marked": "^4.0.6",
"next": "^12.0.8",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^3.0.0-canary.10",
"optimized-images-loader": "^0.4.0",
"page-flip": "^2.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"remark": "^12.0.0",
"remark-html": "^12.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/node": "^17.0.23",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.2",
"graphql-zeus": "^3.1.0",
"postcss": "^8.4.5",
"surge": "^0.23.1",
"tailwindcss": "^3.0.13",
"typescript": "^4.3.5"
}
}