-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.55 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
{
"author": "Jason A. Heppler",
"comments": {
"dependencies": {
"d3": "project",
"foundation-sites": "project",
"jquery": "project",
"motion-ui": "project",
"postcss": "project",
"postcss-cli": "project",
"what-input": "project"
},
"devDependencies": {
"autoprefixer": "project",
"browser-sync": "project",
"css-loader": "project",
"eslint": "project",
"eslint-config-airbnb-base": "project",
"eslint-plugin-import": "project",
"style-loader": "project"
}
},
"dependencies": {
"@observablehq/plot": "^0.6.16",
"d3": "^7.0.0",
"d3-fetch": "^3.0.1",
"d3-geo": "^3.1.1",
"d3-queue": "^3.0.7",
"d3-tile": "^1.0.0",
"d3-zoom": "^3.0.0",
"leaflet": "^1.9.4",
"littlefoot": "^4.1.2",
"topojson-client": "^3.1.0"
},
"description": "Website and visualizations for Machines in the Valley.",
"devDependencies": {
"autoprefixer": "^10.4.0",
"browser-sync": "^2.27.4",
"css-loader": "^5.2.7",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"postcss-import": "^14.0.2",
"style-loader": "^3.1.0",
"tailwindcss": "^2.2.19"
},
"name": "mv-website",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/"
},
"version": "0.3.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"license": "ISC"
}