-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "amethyst-rs",
"private": true,
"description": "Official amethyst website hosted at amethyst.rs",
"version": "1.0.0",
"author": "Hilmar Wiegand <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"bulma": "^0.7.5",
"dotenv": "^8.1.0",
"gatsby": "^2.15.34",
"gatsby-image": "^2.2.25",
"gatsby-plugin-google-analytics": "^2.1.21",
"gatsby-plugin-manifest": "^2.2.21",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.11",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sass": "^2.1.18",
"gatsby-plugin-sharp": "^2.2.29",
"gatsby-plugin-styled-components": "^3.1.9",
"gatsby-source-filesystem": "^2.1.31",
"gatsby-source-prismic": "^2.3.0-alpha.3",
"gatsby-transformer-sharp": "^2.2.21",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"normalize-scss": "^7.0.1",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"sass": "^1.23.0",
"styled-components": "^4.4.0"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx,html}",
"start": "npm run develop",
"serve": "gatsby serve"
}
}