-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
82 lines (82 loc) · 2.71 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
82
{
"name": "bad-opendata-temple",
"description": "Bad Opendata Temple site source",
"version": "1.0.0",
"author": "Bad Opendata Temple Contributors",
"keywords": [
"gatsby, typescript"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.{js,ts,tsx}*\"",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'",
"test": "echo 'skip tests (there is no test)'"
},
"dependencies": {
"@types/classnames": "^2.2.11",
"@types/node": "^8.0.7",
"@types/react-helmet": "^5.0.14",
"@types/react-transition-group": "^4.4.0",
"@types/styled-components": "^5.1.4",
"@types/suncalc": "^1.8.0",
"babel-plugin-styled-components": "^1.11.1",
"classnames": "^2.2.6",
"figlet": "^1.5.0",
"gatsby": "^2.24.85",
"gatsby-link": "^2.4.16",
"gatsby-plugin-breakpoints": "^1.2.4",
"gatsby-plugin-graphql-codegen": "^2.7.1",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^2.7.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.7.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-plugin-typescript": "^2.4.24",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-copy-linked-files": "^2.4.0",
"gatsby-remark-images": "^3.5.1",
"gatsby-source-airtable": "^2.1.1",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-csv": "^2.3.14",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.12.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-h5-audio-player": "^3.4.1",
"react-helmet": "^5.2.1",
"react-rnd": "^10.2.4",
"react-transition-group": "^4.4.1",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"sass": "^1.45.2",
"styled-components": "^5.2.1",
"suncalc": "^1.8.0",
"typescript": "^3.7.2",
"unified": "^9.2.0"
},
"devDependencies": {
"@types/figlet": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^2.2.1"
},
"contributors": [
"osoken <[email protected]>"
]
}