-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 897 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
{
"name": "rwjf-web-interactives",
"version": "1.0.0",
"description": "Interactives for the Rural Aperture Project",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"author": "Camden Blatchly",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.8",
"@babel/node": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@camdenblatchly/easy-d3-annotate": "^1.0.2",
"babel-loader": "^9.1.3",
"babel-preset-es2015": "^6.24.1",
"buffer": "^6.0.3",
"d3": "^7.8.5",
"path": "^0.12.7",
"stream": "^0.0.2",
"util": "^0.12.5"
},
"devDependencies": {
"css-loader": "^6.8.1",
"csv-loader": "^3.0.5",
"gh-pages": "^6.0.0",
"html-webpack-plugin": "^5.5.3",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}