-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.6 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": "ousfhp",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Happa8/ousfhp.git",
"author": "happa8 <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"framer-motion": "^1.9.1",
"gatsby": "^2.19.7",
"gatsby-cli": "^2.10.2",
"gatsby-plugin-google-analytics": "^2.1.38",
"gatsby-plugin-layout": "^1.1.23",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.4.12",
"gatsby-plugin-styled-components": "^3.1.20",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^3.1.47",
"gatsby-source-filesystem": "^2.1.51",
"gatsby-transformer-remark": "^2.6.56",
"gatsby-transformer-sharp": "^2.3.18",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-media": "^1.10.0",
"react-responsive": "^8.0.3",
"sharp": "^0.25.1",
"styled-components": "^5.0.1",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"resolutions": {
"sharp": "0.24.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"build:stg": "cross-env GATSBY_ACTIVE_ENV=staging gatsby build",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}