-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1013 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1013 Bytes
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
{
"name": "h4i-design-docs",
"version": "1.0.1",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@hack4impact-uiuc/bridge": "^1.2.4",
"@mdx-js/loader": "^1.6.1",
"@mdx-js/tag": "^0.20.3",
"@next/mdx": "^9.3.6",
"github-slugger": "^1.3.0",
"next": "^12.1.0",
"next-seo": "latest",
"prism-react-renderer": "^1.1.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^6.0.0",
"react-live": "^2.2.2",
"styled-components": "^5.1.0"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-preval": "^5.0.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0"
}
}