-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
87 lines (87 loc) · 2.79 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
83
84
85
86
87
{
"resolutions": {
"graphql": "0.13.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wekanhow/wekanhow.git"
},
"bugs": {
"url": "https://github.com/wekanhow/wekanhow/issues"
},
"homepage": "https://github.com/wekanhow/wekanhow#readme",
"dependencies": {
"algoliasearch": "^3.24.0",
"body-scroll-lock": "^2.6.4",
"classnames": "^2.2.5",
"frontmatter": "^0.0.3",
"gatsby": "1.0.0-beta.5-alpha.fb30fcd6",
"gatsby-link": "git+https://github.com/saurabharch/gatsby-link",
"gatsby-plugin-google-analytics": "^1.0.1",
"gatsby-plugin-react-helmet": "^1.0.1",
"graphcool-graphiql": "^1.8.13",
"graphcool-styles": "^0.1.31",
"graphql": "0.13.2",
"graphql-request": "^1.2.0",
"lodash": "^4.17.4",
"node-fetch": "^1.7.1",
"parse-numeric-range": "^0.0.2",
"postcss-cssnext": "^2.11.0",
"postcss-inherit": "git+https://github.com/saurabharch/postcss-inherit#build3",
"postcss-simple-vars": "^4.0.0",
"prep-cloud": "^0.0.8",
"prismjs": "^1.6.0",
"promise-polyfill": "^6.0.2",
"react": "15.5.4",
"react-confetti": "^1.1.5",
"react-copy-to-clipboard": "^5.0.0",
"react-helmet": "^5.1.3",
"react-inlinesvg": "^0.6.0",
"react-jsx-parser": "git+https://github.com/saurabharch/react-jsx-parser#components-object3",
"react-particles-js": "^1.5.0",
"react-redux": "^5.0.5",
"react-swipeable-views": "^0.12.3",
"react-transition-group": "^1.2.0",
"redux": "^3.7.1",
"redux-localstorage": "rc",
"redux-localstorage-filter": "^0.1.1",
"redux-logger": "^3.0.6",
"relay-compiler": "^1.1.0",
"sharp": "^0.19.1",
"sitemap": "^1.13.0",
"styled-jsx": "git+https://github.com/saurabharch/styled-jsx#build",
"styled-jsx-postcss": "git+https://github.com/saurabharch/styled-jsx-postcss#build3",
"ts-loader": "^2.2.0",
"tslint-config-prettier": "^1.1.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-react": "^3.0.0",
"typescript": "2.2.1",
"unist-util-visit": "^1.1.1",
"youtube-embed-video": "^1.0.2"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"precommit": "lint-staged",
"prettier": "prettier --single-quote --no-semi --trailing-comma all --write *.{ts,tsx}"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --single-quote --no-semi --trailing-comma all --write",
"tslint",
"git add"
]
},
"devDependencies": {
"@types/node": "^8.0.2",
"@types/react-router": "^4.0.11",
"flowtype-loader": "^0.2.2",
"lint-staged": "^4.0.0",
"postcss-discard-comments": "^2.0.4",
"prettier": "^1.4.4",
"tslint": "^5.4.3",
"tslint-config-standard": "^6.0.1",
"tslint-loader": "^3.5.3",
"xmldom": "git+https://github.com/saurabharch/xmldom#node-list"
}
}