-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "bbg_tree_explorer",
"version": "1.0.0",
"description": "Explore the Brooklyn Botanic Garden's Living Collection Database",
"main": "index.js",
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"webpack:watch": "webpack --watch --config webpack.dev.js",
"webpack:build": "webpack --config webpack.prod.js --optimize-minimize"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edherm/BBG-tree-explorer.git"
},
"author": "Ed Herman",
"license": "ISC",
"bugs": {
"url": "https://github.com/edherm/BBG-tree-explorer/issues"
},
"homepage": "https://github.com/edherm/BBG-tree-explorer#readme",
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.3.0",
"css-loader": "^3.6.0",
"d3": "^5.16.0",
"fibers": "^4.0.3",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass": "^1.69.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.3.0",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2"
}
}