-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
59 lines (59 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@modus/labs",
"description": "Modus Create Labs Website",
"version": "2.0.0",
"author": "Grgur Grisogono <[email protected]>",
"keywords": [
"Modus Create"
],
"license": "MIT",
"scripts": {
"build": "npm run lint && gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint 'src/**/*.js'",
"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",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/moduscreateorg/labs"
},
"dependencies": {
"@modus/react-idle": "^1.1.1",
"classnames": "2.2.6",
"gatsby": "2.32",
"gatsby-plugin-intl": "^0.3.3",
"lazysizes": "^5.3.2",
"lodash.get": "4.4.2",
"prop-types": "^15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "^5.2.1",
"sharp": "^0.28.3",
"slash": "3.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-htm": "^2.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-react": "^7.24.0",
"gatsby-plugin-google-tagmanager": "2.1.20",
"gatsby-plugin-manifest": "2.2.33",
"gatsby-plugin-netlify": "2.1.30",
"gatsby-plugin-offline": "3.0.29",
"gatsby-plugin-react-helmet": "3.1.18",
"gatsby-plugin-sass": "2.1.26",
"gatsby-plugin-sitemap": "2.2.24",
"gatsby-source-filesystem": "2.1.42",
"gatsby-transformer-json": "2.2.22",
"husky": "^6.0.0",
"install-peerdeps": "^3.0.3",
"node-sass": "^4.14.1",
"prettier": "1.19.1"
}
}