-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
{
"author": "Roy Rosenzweig Center for History and New Media",
"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.4.0",
"d3": "^7.0.0",
"foundation-sites": "^6.6.3",
"jquery": "^3.6.0",
"leaflet": "^1.8.0",
"motion-ui": "~2.0.3",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"what-input": "^5.2.10"
},
"description": "Website and visualizations for the American Religious Ecologies project at RRCHNM.",
"devDependencies": {
"autoprefixer": "^10.3.1",
"browser-sync": "^2.27.7",
"css-loader": "^5.2.7",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"style-loader": "^3.1.0"
},
"name": "relec-website",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/religious-ecologies/website.git"
},
"version": "0.0.3"
}