-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.66 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
60
{
"name": "nulogy.design",
"version": "1.0.0",
"private": true,
"description": "nulogy.design",
"author": "Nulogy Developers",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"precommit": "pretty-quick --staged",
"eslint": "eslint --config ./.eslintrc './**/*.js'",
"eslint:fix": "yarn run eslint --fix",
"start": "rm -rf .cache/caches/gatsby-plugin-mdx && gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"plop": "plop"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@nulogy/components": "^8.7.1",
"@nulogy/icons": "^4.17.0",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^1.12.0",
"buffer": "^6.0.3",
"codesandboxer": "^1.0.3",
"gatsby": "^3.0.0",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-mdx": "^1.8.0",
"gatsby-plugin-prettier-eslint": "^1.0.4",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^3.4.0",
"gatsby-plugin-styled-components": "^4.4.0",
"gatsby-plugin-webfonts": "^2.1.0",
"gatsby-remark-images": "^5.1.0",
"gatsby-source-filesystem": "^2.9.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^1.1.1",
"raw-loader": "^4.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-view": "^2.3.7",
"styled-components": "^5.2.1"
},
"husky": {
"hooks": {
"pre-commit": "yarn run precommit"
}
},
"devDependencies": {
"husky": "^6.0.0",
"plop": "^2.7.4"
}
}