forked from philipcdavis/reactfordesign.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 828 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
{
"name": "react-for-design",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "yarn run build && next export",
"deploy": "yarn export && touch out/.nojekyll && gh-pages -t -d out"
},
"dependencies": {
"@svgr/webpack": "^5.4.0",
"d3": "^5.16.0",
"gray-matter": "^4.0.2",
"next": "9.4.2",
"next-compose-plugins": "^2.2.0",
"next-seo": "^4.5.0",
"raw-loader": "^4.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-feather": "^2.0.8",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^13.5.3",
"rebass": "^4.0.7",
"styled-components": "^5.1.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gh-pages": "^3.1.0"
}
}