This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
79 lines (79 loc) · 2.6 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
{
"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": {
"@makerdao/dai-ui-icons": "^0.0.62",
"@makerdao/dai-ui-icons-branding": "^0.0.62",
"@makerdao/dai-ui-theme-maker": "^0.0.62",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"@theme-ui/prism": "^0.3.0",
"del": "^6.0.0",
"dotenv": "^8.2.0",
"framer-motion": "^2.6.13",
"gatsby": "^2.24.37",
"gatsby-image": "^2.4.13",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-google-analytics": "^2.3.11",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.4.32",
"gatsby-plugin-mdx": "^1.2.40",
"gatsby-plugin-offline": "^3.2.28",
"gatsby-plugin-page-creator": "^2.3.29",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-sitemap": "^2.4.13",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-images": "^3.3.29",
"gatsby-remark-responsive-iframe": "^2.4.13",
"gatsby-source-filesystem": "^2.3.29",
"gatsby-transformer-json": "^2.4.13",
"gatsby-transformer-remark": "^2.8.34",
"gatsby-transformer-sharp": "^2.5.15",
"html-react-parser": "^0.14.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lunr": "^2.3.9",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"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",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"prettier": "2.1.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npm run acrollout && gatsby build",
"acrollout": "node scripts/allcontributors-transformer.js",
"format": "prettier --write \"**/*.{js,jsx,json,md,mdx}\"",
"start": "npm run acrollout && gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/makerdao/community-portal"
},
"bugs": {
"url": "https://github.com/makerdao/community-portal/issues"
}
}