-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "gatsby-casper",
"description": "Casper for gatsby",
"version": "0.0.0",
"private": true,
"author": "Scott Cooper <[email protected]>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "rimraf public",
"dev": "gatsby develop",
"lint": "tslint -t stylish -p .",
"lint:fix": "tslint -p tsconfig.json -t stylish --fix 'src/**/*.ts' 'test/**/*.ts'",
"start": "npm run dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@emotion/styled-base": "^10.0.7",
"classnames": "2.2.6",
"cssnano": "4.1.9",
"emotion": "10.0.7",
"emotion-server": "10.0.7",
"gatsby": "2.0.119",
"gatsby-image": "2.0.29",
"gatsby-plugin-canonical-urls": "2.0.10",
"gatsby-plugin-emotion": "4.0.3",
"gatsby-plugin-feed": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.13",
"gatsby-plugin-postcss": "2.0.5",
"gatsby-plugin-react-helmet": "3.0.6",
"gatsby-plugin-sharp": "2.0.20",
"gatsby-plugin-typescript": "2.0.7",
"gatsby-remark-abbr": "1.0.0",
"gatsby-remark-copy-linked-files": "2.0.9",
"gatsby-remark-images": "3.0.3",
"gatsby-remark-prismjs": "3.2.4",
"gatsby-remark-responsive-iframe": "2.0.9",
"gatsby-remark-smartypants": "2.0.8",
"gatsby-source-filesystem": "2.0.20",
"gatsby-transformer-json": "2.1.8",
"gatsby-transformer-remark": "2.2.5",
"gatsby-transformer-sharp": "2.1.13",
"gatsby-transformer-yaml": "2.1.8",
"lodash": "4.17.11",
"modern-normalize": "0.5.0",
"normalize.css": "8.0.1",
"polished": "2.3.3",
"postcss-color-function": "4.0.1",
"prism-themes": "1.0.1",
"prismjs": "1.15.0",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-emotion": "10.0.0",
"react-helmet": "5.2.0",
"rehype-react": "3.1.0"
},
"devDependencies": {
"@types/classnames": "2.2.7",
"@types/lodash": "4.14.120",
"@types/node": "11.9.3",
"@types/react": "16.8.2",
"@types/react-dom": "16.8.0",
"@types/react-helmet": "5.0.8",
"babel-plugin-styled-components": "1.10.0",
"prettier": "^1.16.4",
"rimraf": "2.6.3",
"tslint": "5.12.1",
"tslint-config-blvd": "1.2.1",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.0.1",
"tslint-xo": "0.14.0",
"typescript": "3.3.3"
},
"engines": {
"node": ">=8.0.0"
}
}