-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.17 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": "trailervote-documentation",
"description": "TrailerVote Documentation",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"prebuild": "yarn clean",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "rimraf public && rimraf .cache",
"test": "yarn build && yarn lint",
"test:watch": "jest --watch",
"lint": "eslint src"
},
"dependencies": {
"@react-website-themes/classy-docs": "^0.0.20",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"facepaint": "^1.2.1",
"gatsby": "2.0.0",
"gatsby-image": "2.0.0-beta.7",
"gatsby-plugin-catch-links": "2.0.2",
"gatsby-plugin-emotion": "2.0.5",
"gatsby-plugin-google-analytics": "2.0.5",
"gatsby-plugin-react-helmet": "3.0.0",
"gatsby-plugin-resolve-src": "2.0.0-beta.1",
"gatsby-plugin-sharp": "2.0.5",
"gatsby-plugin-sitemap": "2.0.1",
"gatsby-remark-autolink-headers": "2.0.0-beta.5",
"gatsby-remark-copy-linked-files": "2.0.5",
"gatsby-remark-emojis": "^0.2.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "2.0.1",
"gatsby-remark-prismjs": "3.0.0",
"gatsby-remark-responsive-iframe": "2.0.5",
"gatsby-remark-smartypants": "2.0.5",
"gatsby-source-filesystem": "2.0.1",
"gatsby-transformer-remark": "2.1.1",
"gatsby-transformer-sharp": "2.1.1",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.12",
"react-feather": "^1.1.3",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"@babel/preset-flow": "^7.0.0-rc.1",
"babel-eslint": "7.2.3",
"babel-plugin-emotion": "^9.2.11",
"dotenv": "^6.1.0",
"eslint": "4.1.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "2.34.1",
"eslint-plugin-import": "2.6.0",
"eslint-plugin-jest": "^21.24.1",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"gatsby-source-instance-name-for-remark": "^0.1.1",
"jest": "^23.6.0",
"js-yaml": "^3.12.0",
"prettier": "^1.14.3",
"react-testing-library": "^5.2.0",
"rimraf": "^2.6.2",
"yaml-loader": "^0.5.0"
}
}