-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
76 lines (76 loc) · 2.23 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
{
"name": "piterjs-conf",
"private": true,
"description": "PiterJS Conf Landing Page",
"version": "0.1.1",
"author": "PiterJS",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"start": "yarn run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"type-check": "tsc --noEmit",
"lint": "tslint --project ."
},
"dependencies": {
"@devexperts/react-kit": "^0.29.0",
"@devexperts/remote-data-ts": "^0.6.0",
"@emotion/core": "^10.0.10",
"@emotion/css": "^10.0.9",
"@emotion/styled": "^10.0.11",
"fp-ts": "^1.18.2",
"gatsby": "^2.7.3",
"gatsby-image": "^2.1.1",
"gatsby-plugin-emotion": "^4.0.7",
"gatsby-plugin-google-analytics": "^2.1.7",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.2.6",
"gatsby-plugin-preconnect": "^1.0.5",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.1.1",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^2.0.15",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-json": "^2.2.2",
"gatsby-transformer-sharp": "^2.1.19",
"google-map-react": "^1.1.4",
"io-ts": "^1.8.6",
"io-ts-types": "^0.4.7",
"monocle-ts": "^1.7.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"rxjs": "^6.5.2",
"tslint": "^5.16.0",
"typelevel-ts": "^0.3.5"
},
"devDependencies": {
"@types/google-map-react": "^0.23.12",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"@types/react-helmet": "^5.0.9",
"prettier": "^1.17.1",
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5"
},
"keywords": [
"piterjs",
"piterjs conf"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/piterjs/conf.piterjs.org"
},
"bugs": {
"url": "https://github.com/piterjs/conf.piterjs.org/issues"
}
}