-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.77 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
{
"name": "emotimash-v2",
"description": "Emotimash V2 built with Gatsby & styled with Tailwind",
"version": "1.0.0",
"author": "Dev",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"emotion-normalize": "^10.1.0",
"facepaint": "^1.2.1",
"gatsby": "^5.10.0",
"gatsby-image": "^2.4.0",
"gatsby-plugin-emotion": "^4.3.1",
"gatsby-plugin-manifest": "5.10.0",
"gatsby-plugin-offline": "3.2.0",
"gatsby-plugin-postcss": "6.12.0",
"gatsby-plugin-react-helmet": "3.3.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.10.0",
"prop-types": "15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0"
},
"keywords": [
"gatsby"
],
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different \"**/*.{css,js,jsx,json,md}\"",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write \"**/*.{css,js,jsx,json,md}\"",
"fix": "npm run fix:lint && npm run fix:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"devDependencies": {
"autoprefixer": "10.4.16",
"babel-eslint": "10.1.0",
"cssnano": "6.0.1",
"env-cmd": "^10.1.0",
"eslint": "6.8.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-react": "7.19.0",
"gatsby-plugin-eslint": "2.0.8",
"prettier": "2.0.5"
}
}