forked from makerdao/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.64 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "community-development-portal",
"private": true,
"description": "MakerDAO's CommDev Gitbooks style portal",
"version": "0.1.0",
"author": "Réjon Taylor-Foster (@Maximum_Crash)",
"dependencies": {
"@babel/eslint-parser": "^7.13.14",
"@makerdao/dai-ui-icons": "^0.0.62",
"@makerdao/dai-ui-icons-branding": "^0.0.62",
"@makerdao/dai-ui-theme-maker": "^0.0.66",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.18",
"@ofqwx/gatsby-plugin-typegen": "^2.2.7",
"@theme-ui/prism": "^0.3.0",
"date-fns": "^2.16.1",
"del": "^6.0.0",
"dotenv": "^8.2.0",
"framer-motion": "^2.9.1",
"gatsby": "^2.24.78",
"gatsby-image": "^2.4.20",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-flow": "^1.8.0",
"gatsby-plugin-google-analytics": "^2.3.15",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.4.32",
"gatsby-plugin-mdx": "^1.2.43",
"gatsby-plugin-offline": "^3.2.31",
"gatsby-plugin-page-creator": "^2.3.32",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-sitemap": "^2.4.16",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-typegen": "^2.2.4",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-images": "^3.3.32",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-json": "^2.4.14",
"gatsby-transformer-remark": "^2.8.38",
"gatsby-transformer-sharp": "^2.5.18",
"html-react-parser": "^0.14.0",
"latest-version": "^5.1.0",
"lodash": "^4.17.20",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lunr": "^2.3.9",
"prop-types": "^15.7.2",
"query-string": "^6.13.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-select": "^3.1.0",
"react-smooth-collapse": "^2.1.0",
"react-sticky-el": "^2.0.5",
"remark-frontmatter": "^2.0.0",
"remark-slug": "^6.0.0",
"theme-ui": "^0.3.1",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-flow": "^7.13.13",
"all-contributors-cli": "^6.20.0",
"babel-preset-gatsby": "^1.2.0",
"eslint": "^7.23.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-react": "^7.21.5",
"flow-bin": "^0.142.0",
"flow-typed": "^3.3.1",
"husky": ">=6",
"import-sort-cli": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "2.1.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npm run acrollout && gatsby build",
"acrollout": "node scripts/allcontributors-transformer.js",
"lint": "eslint --max-warnings 25 '**/*.{js,jsx}'",
"format": "prettier --write \"**/*.{js,jsx,json,md,mdx}\"",
"start": "npm run acrollout && gatsby develop",
"serve": "gatsby serve",
"flow-check": "yarn flow",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0",
"prepare": "husky install"
},
"lint-staged": {
"*.js": [
"import-sort --write",
"eslint --cache --fix",
"yarn lint"
],
"*.{js,jsx,json,md,mdx}": "prettier --write"
},
"repository": {
"type": "git",
"url": "https://github.com/makerdao/community"
},
"bugs": {
"url": "https://github.com/makerdao/community/issues"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
}
}