-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "pandolajs",
"description": "pandolajs home website",
"version": "1.0.0",
"author": "sizhao<[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
"@fortawesome/free-brands-svg-icons": "^5.7.1",
"@fortawesome/free-solid-svg-icons": "^5.7.1",
"@fortawesome/react-fontawesome": "0.1.4",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"gatsby": "^2.0.25",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-less": "^2.0.0-beta.4",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.7",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-remark-images": "^1.5.67",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"less": "^3.7.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.12",
"react-helmet": "^5.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"serve": "npm run build && gatsby serve",
"start": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"devDependencies": {
"gatsby-cli": "^2.4.3",
"gh-pages": "^1.2.0",
"husky": "^1.2.0",
"prettier": "^1.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}