-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.09 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
61
62
63
{
"name": "quocs.com",
"description": "the online home of a one-man digital studio",
"version": "2.20.1",
"license": "MIT",
"homepage": "https://quocs.com",
"repository": "https://github.com/quocs-studio/site",
"bugs": "https://github.com/quocs-studio/site/issues",
"author": "Quoc Khanh <[email protected]>",
"scripts": {
"start": "gatsby develop",
"start:cms": "npx netlify-cms-proxy-server",
"start:clean": "gatsby clean && gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "eslint 'src/**/*.js'",
"bump": "yarn upgrade-interactive --latest",
"purge": "rm -rf node_modules && yarn"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"eslint-plugin-react-hooks": "^3.0.0",
"gatsby": "2.20.29",
"gatsby-plugin-google-analytics": "2.2.4",
"gatsby-plugin-manifest": "2.3.6",
"gatsby-plugin-mdx": "^1.1.10",
"gatsby-plugin-netlify": "2.2.3",
"gatsby-plugin-netlify-cms": "^4.2.4",
"gatsby-plugin-offline": "3.1.4",
"gatsby-plugin-react-helmet": "3.2.4",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "2.5.6",
"gatsby-plugin-sitemap": "2.3.5",
"gatsby-plugin-styled-components": "3.2.3",
"gatsby-remark-images": "3.2.5",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "2.2.4",
"gatsby-transformer-sharp": "^2.4.6",
"lodash": "^4.17.15",
"netlify-cms-app": "^2.12.11",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-focus-lock": "^2.3.1",
"react-helmet": "^6.0.0",
"react-icons": "^3.10.0",
"styled-components": "^5.1.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0"
}
}