-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "graviton-website",
"version": "2.0.0",
"description": "Graviton Editor's website",
"private": true,
"author": "Marc Espín Sanz",
"license": "MIT",
"scripts": {
"dev": "yarn build:graviton:book && next",
"build": "yarn build:graviton:book && next build",
"build:static": "yarn build:graviton:book && next build && next export -o dist",
"start": "next start",
"build:graviton:book": "jake build_graviton_book"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.1.1",
"@types/react": "^17.0.37",
"fs-extra": "^9.0.1",
"gray-matter": "^4.0.2",
"imagemin-svgo": "^8.0.0",
"jake": "^10.8.2",
"marked": "^2.0.0",
"next": "^12.0.4",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"remark-highlight.js": "^6.0.0",
"remark-html": "^12.0.0",
"remark-parse": "^8.0.3",
"sass": "^1.26.10",
"typescript": "^4.5.2",
"unified": "^9.1.0",
"webp-loader": "^0.6.0"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/inter": "^4.5.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.3.1"
}
}