forked from ModusCreateOrg/labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "@modus/labs",
"description": "Modus Create Labs Website",
"version": "2.0.0",
"author": "Grgur Grisogono <[email protected]>",
"keywords": [
"Modus Create"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"debug": "node --inspect-brk --no-lazy node_modules/gatsby/dist/bin/gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/moduscreateorg/labs"
},
"dependencies": {
"@modus/react-idle": "1.0.1",
"classnames": "2.2.6",
"gatsby": "2.0.91",
"lazysizes": "4.1.4",
"lodash.get": "4.4.2",
"react": "16.6.0",
"react-dom": "16.6.0",
"react-helmet": "^5.2.0",
"slash": "2.0.0"
},
"devDependencies": {
"gatsby-plugin-google-analytics": "2.0.7",
"gatsby-plugin-google-tagmanager": "2.0.6",
"gatsby-plugin-manifest": "2.0.7",
"gatsby-plugin-netlify": "2.0.3",
"gatsby-plugin-offline": "2.0.10",
"gatsby-plugin-react-helmet": "3.0.1",
"gatsby-plugin-sass": "2.0.2",
"gatsby-plugin-sitemap": "2.0.2",
"gatsby-source-filesystem": "2.0.6",
"gatsby-transformer-json": "2.1.5",
"node-sass": "4.9.4",
"prettier": "1.14.3"
}
}