-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
100 lines (100 loc) · 3.34 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
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "jargon.ist",
"description": "Bilgisayar bilimlerinde kullanılan jargonu Türkçe olarak açıklamaya çalışır.",
"version": "1.0.0",
"author": "Alpcan Aydın <[email protected]>",
"resolutions": {
"gatsby/graphql": "0.11.7",
"gatsby/react": "16.3.1",
"gatsby/react-dom": "16.3.1"
},
"dependencies": {
"algoliasearch": "^3.26.0",
"buttono": "^0.1.0",
"classnames": "^2.2.5",
"dotenv": "^5.0.1",
"empty": "^0.10.1",
"gatsby": "^1.9.241",
"gatsby-link": "^1.6.39",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.29",
"gatsby-plugin-manifest": "^1.0.19",
"gatsby-plugin-nprogress": "^1.0.14",
"gatsby-plugin-purify-css": "^2.2.1",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^1.0.25",
"gatsby-remark-prismjs": "^1.2.24",
"gatsby-source-filesystem": "^1.5.28",
"gatsby-transformer-remark": "^1.7.39",
"graphql": "0.11.7",
"normalize.css": "^8.0.0",
"prismjs": "^1.13.0",
"qs": "^6.5.1",
"react": "^16.3.1",
"react-autosuggest": "^9.3.4",
"react-dom": "^16.3.1",
"react-helmet": "^5.2.0",
"react-instantsearch": "^5.0.3",
"slug": "^0.9.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn run develop",
"test": "jest",
"coverage": "jest --coverage",
"lint:js": "eslint .",
"lint:flow": "flow check",
"lint:css": "stylelint 'src/**/*.scss'",
"lint:md": "remark .",
"lint": "yarn run lint:js && yarn run lint:flow && yarn run lint:css && yarn lint:md",
"format:js": "prettier --write 'src/**/*.{js,jsx}' 'gatsby/**/*.js' 'gatsby-*.js'",
"format:css": "prettier-stylelint --quiet --write 'src/**/*.scss'",
"format:md": "prettier --write 'jargons/*.md' 'README.md' 'CONTRIBUTING.md'",
"format": "yarn run format:js && yarn run format:css && yarn run format:md",
"flow-typed-install": "flow-typed install",
"precommit": "lint-staged",
"tweet": "node bin/tweet.js"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-eslint-comments": "^2.0.2",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-graphql": "^1.5.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.69.0",
"flow-typed": "^2.4.0",
"front-matter": "^2.3.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"jest-environment-jsdom": "^22.4.3",
"jest-environment-jsdom-global": "^1.0.3",
"lint-staged": "^7.0.4",
"prettier": "^1.11.1",
"prettier-stylelint": "^0.4.2",
"remark-cli": "^5.0.0",
"remark-preset-lint-recommended": "^3.0.1",
"stylelint": "^9.2.0",
"stylelint-config-prettier": "^3.2.0",
"stylelint-config-sass-guidelines": "^5.0.0",
"twit": "^2.2.9"
}
}