-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
68 lines (68 loc) · 2.08 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
64
65
66
67
68
{
"name": "mayflower-site",
"private": true,
"description": "Mayflower homepage",
"version": "0.1.0",
"author": "Minghua Sun <[email protected]>",
"dependencies": {
"@massds/mayflower-assets": "^13.0.0",
"@massds/mayflower-react": "^13.0.0",
"bootstrap": "^4.4.1",
"classname": "^0.0.0",
"gatsby": "~2.25.0",
"gatsby-image": "^2.2.43",
"gatsby-plugin-manifest": "^2.2.39",
"gatsby-plugin-offline": "^3.0.32",
"gatsby-plugin-pnpm": "^1.2.5",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.30",
"gatsby-plugin-sharp": "^2.4.3",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-json": "^2.2.27",
"gatsby-transformer-sharp": "^2.3.13",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"html-react-parser": "~1.4.14"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"esm": "^3.2.25",
"prettier": "^1.19.1",
"resolve-url-loader": "^3.1.1",
"sass": "~1.30.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "rushx develop",
"serve": "cross-env NODE_ENV=production gatsby serve --prefix-paths",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "./node_modules/.bin/eslint . --config .eslintrc",
"lint-fix": "./node_modules/.bin/eslint --fix . --config .eslintrc; exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}