-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "stackbit-fresh-theme",
"description": "Stackbit Fresh Theme",
"version": "0.0.1",
"prettier": "mj-pa",
"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",
"acorn": "^6.4.2",
"babel-eslint": "^10.1.0",
"babel-runtime": "^6.26.0",
"bulma": "^0.9.2",
"chokidar": "^3.4.0",
"classnames": "^2.2.6",
"core-js": "^3.9.1",
"debug": "^4.3.1",
"documentation": "^13.2.0",
"fs-extra": "^7.0.1",
"gatsby": "^2.32.11",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-remark-images": "^4.1.1",
"gatsby-source-filesystem": "2.3.10",
"gatsby-transformer-remark": "2.8.14",
"graphql": "^14.7.0",
"js-yaml": "^3.12.2",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"mj-pa": "^1.3.1",
"moment": "^2.23.0",
"moment-strftime": "^0.5.0",
"node-sass": "^4.14.1",
"node-sass-utils": "^1.1.2",
"postcss": "^8.2.10",
"react": "^16.14.0",
"react-dom": "^16.8.1",
"react-helmet": "^5.2.0",
"react-html-parser": "^2.0.2",
"react-refresh": "^0.8.3",
"react-script-tag": "^1.1.2",
"rehype-react": "^3.0.2",
"sass": "^1.32.8",
"sprintf-js": "^1.1.2",
"typescript": "^4.2.3",
"webpack": "^4.46.0",
"yup": "^0.27.0"
}
}