-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.52 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
80
81
{
"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 -p 8080",
"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.27",
"@emotion/styled": "^10.0.27",
"@emotion/styled-base": "^10.0.27",
"classnames": "2.2.6",
"cssnano": "4.1.10",
"emotion": "10.0.27",
"emotion-server": "10.0.27",
"gatsby": "2.18.23",
"gatsby-image": "2.2.38",
"gatsby-plugin-canonical-urls": "2.1.19",
"gatsby-plugin-emotion": "4.1.21",
"gatsby-plugin-feed": "^2.3.26",
"gatsby-plugin-google-analytics": "^2.1.33",
"gatsby-plugin-postcss": "2.1.19",
"gatsby-plugin-react-helmet": "3.1.21",
"gatsby-plugin-sharp": "2.3.13",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-typescript": "2.1.26",
"gatsby-remark-abbr": "2.0.0",
"gatsby-remark-copy-linked-files": "2.1.36",
"gatsby-remark-images": "3.1.42",
"gatsby-remark-prismjs": "3.3.30",
"gatsby-remark-responsive-iframe": "2.2.31",
"gatsby-remark-smartypants": "2.1.20",
"gatsby-source-filesystem": "2.1.46",
"gatsby-transformer-json": "2.2.25",
"gatsby-transformer-remark": "2.6.48",
"gatsby-transformer-sharp": "2.3.12",
"gatsby-transformer-yaml": "2.2.23",
"lodash": "4.17.15",
"modern-normalize": "0.6.0",
"normalize.css": "8.0.1",
"polished": "3.4.2",
"postcss-color-function": "4.1.0",
"prism-themes": "1.3.0",
"prismjs": "1.19.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-emotion": "10.0.0",
"react-helmet": "5.2.1",
"react-utterances": "^0.6.4",
"rehype-react": "4.0.1"
},
"devDependencies": {
"@types/classnames": "2.2.9",
"@types/lodash": "4.14.149",
"@types/node": "13.1.7",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-helmet": "5.0.15",
"babel-plugin-styled-components": "1.10.6",
"prettier": "^1.19.1",
"rimraf": "3.0.0",
"tslint": "5.20.1",
"tslint-config-blvd": "1.2.1",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.1.0",
"tslint-xo": "0.16.0",
"typescript": "3.7.5"
},
"engines": {
"node": ">=8.0.0"
}
}