-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
106 lines (106 loc) · 3.29 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
{
"name": "kernel-community",
"private": true,
"description": "A community of hearts and minds making web3 brilliant",
"version": "1.0.0",
"author": "Andy Tudhope",
"dependencies": {
"@emotion/styled": "^11.8.1",
"@makerdao/dai-ui-icons": "^0.0.66",
"@makerdao/dai-ui-icons-branding": "^0.0.66",
"@makerdao/dai-ui-theme-maker": "^0.0.66",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/prism": "^0.14.7",
"axios": "^1.2.0",
"date-fns": "^3.3.1",
"del": "^6.0.0",
"dotenv": "^16.0.3",
"ethers": "^5.6.8",
"framer-motion": "^6.5.1",
"gatsby": "^3.14.6",
"gatsby-image": "^3.11.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-catch-links": "^3.15.0",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^3.15.0",
"gatsby-plugin-mdx": "^2.15.0",
"gatsby-plugin-offline": "^4.15.0",
"gatsby-plugin-page-creator": "^3.15.0",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^4.15.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^3.15.0",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-theme-ui": "^0.13.1",
"gatsby-remark-autolink-headers": "^4.12.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images": "^5.12.0",
"gatsby-remark-responsive-iframe": "^4.11.0",
"gatsby-source-filesystem": "^3.15.0",
"gatsby-transformer-json": "^3.14.0",
"gatsby-transformer-remark": "^4.12.0",
"gatsby-transformer-sharp": "^3.15.0",
"html-react-parser": "^5.0.11",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lunr": "^2.3.9",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0",
"react-process-string": "^1.2.0",
"react-select": "^5.8.0",
"react-smooth-collapse": "^2.1.2",
"react-sticky-el": "^2.1.0",
"remark-frontmatter": "^3.0.0",
"remark-slug": "^6.1.0",
"sharp": "^0.31.1",
"theme-ui": "^0.14.7",
"use-immer": "^0.9.0",
"uuid": "^9.0.1",
"wagmi": "^0.3.5",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.19.1",
"@babel/plugin-syntax-jsx": "^7.23.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-react": "7.29.4",
"lint-staged": "13.1.2",
"pre-commit": "^1.2.2",
"prettier": "^3.0.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npm run acrollout && gatsby build",
"acrollout": "node scripts/allcontributors-transformer.js",
"lint": "eslint --fix '**/*.{js,jsx}'",
"format": "prettier --write ./src",
"start": "npm run acrollout && gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0"
},
"pre-commit": [
"format",
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/kernel-community/kernel-v2"
},
"bugs": {
"url": "https://github.com/kernel-community/kernel-v2/issues"
}
}