forked from bgoonz/Cheat-Sheets
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "stackbit-fresh-theme",
"description": "My Cheat Sheets",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve"
},
"dependencies": {
"@stackbit/gatsby-plugin-menus": "0.0.4",
"babel-runtime": "6.26.0",
"chokidar": "3.5.3",
"classnames": "2.3.1",
"fs-extra": "7.0.1",
"gatsby": "2.32.13",
"gatsby-plugin-sass": "2.8.0",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-typescript": "2.12.1",
"gatsby-source-filesystem": "2.11.1",
"gatsby-transformer-remark": "2.16.1",
"js-yaml": "3.14.1",
"lodash": "4.17.11",
"marked": "0.6.1",
"moment": "2.29.1",
"moment-strftime": "0.5.0",
"node-sass": "4.14.0",
"node-sass-utils": "1.1.2",
"react": "16.5.1",
"react-dom": "16.13.1",
"react-helmet": "5.2.1",
"react-html-parser": "2.0.2",
"react-script-tag": "1.1.2",
"rehype-react": "3.0.2",
"sprintf-js": "1.1.2"
}
}