-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1023 Bytes
/
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
{
"name": "gunfunded",
"version": "0.0.1",
"author": "Lachlan Campbell",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"lint": "next lint",
"start": "npm run dev",
"data:download": "node data/download.js",
"data:process": "node data/process.js",
"data:groups": "node data/process-groups.js",
"data:about": "node data/about.js"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.1.0",
"@theme-ui/preset-base": "^0.10.1",
"comma-number": "^2.1.0",
"load-json-file": "^6.2.0",
"lodash": "^4.17.21",
"neat-csv": "^6.0.1",
"next": "^12.1.0",
"node-fetch": "^3.1.1",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-usa-map": "^1.5.0",
"recharts": "^2.1.0",
"theme-ui": "^0.10.0",
"write-json-file": "^4.3.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0"
}
}