forked from kernel-community/kernel-v2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 3.36 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
{
"name": "kernel-community",
"private": true,
"description": "A curated community of brilliance in web3",
"version": "0.1.0",
"author": "Andy Tudhope",
"dependencies": {
"@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.7.3",
"date-fns": "^2.21.1",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"framer-motion": "^4.1.17",
"gatsby": "^3.3.1",
"gatsby-image": "^3.3.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-catch-links": "^3.3.0",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-google-analytics": "^3.3.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-mdx": "^2.3.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-page-creator": "^3.3.0",
"gatsby-plugin-preload-link-crossorigin": "^1.0.2",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-theme-ui": "^0.7.3",
"gatsby-remark-autolink-headers": "^4.1.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^5.0.0",
"gatsby-remark-responsive-iframe": "^4.0.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-json": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.3.0",
"html-react-parser": "^1.2.6",
"immer": "^9.0.2",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lunr": "^2.3.9",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0",
"react-select": "^4.3.0",
"react-smooth-collapse": "^2.1.0",
"react-sticky-el": "^2.0.7",
"remark-frontmatter": "^3.0.0",
"remark-slug": "^6.0.0",
"theme-ui": "^0.9.1",
"use-immer": "^0.5.2",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.13.16",
"@babel/plugin-syntax-jsx": "^7.12.13",
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-react": "^7.23.2",
"lint-staged": "^10.5.4",
"pre-commit": "^1.2.2",
"prettier": "^2.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "npm run acrollout && gatsby build",
"acrollout": "node scripts/allcontributors-transformer.js",
"lint": "eslint --fix '**/*.{js,jsx}'",
"format": "prettier --no-bracket-spacing --trailing-comma none --single-quote --jsx-bracket-same-line --write ./src",
"start": "npm run acrollout && gatsby develop",
"precom-lint": "lint-staged",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0"
},
"pre-commit": [
"precom-lint"
],
"lint-staged": {
"*.js": [
"prettier --no-bracket-spacing --trailing-comma none --single-quote --jsx-bracket-same-line --write",
"eslint --fix"
]
},
"repository": {
"type": "git",
"url": "https://github.com/kernel-community/kernel-v2"
},
"bugs": {
"url": "https://github.com/kernel-community/kernel-v2/issues"
}
}