-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.49 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
{
"name": "neveragain-front",
"version": "1.0.0",
"description": "",
"private": true,
"directories": {
"lib": "lib"
},
"scripts": {
"start": "webpack serve --mode=development --hot --inline --config webpack.dev.js",
"build": "webpack --mode=production --config webpack.prod.js",
"prog": "webpack -p --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youthradio/NeverAgain-Front.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/youthradio/NeverAgain-Front/issues"
},
"homepage": "https://github.com/youthradio/NeverAgain-Front#readme",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"bootstrap": "^4.4.1",
"d3-ease": "^2.0.0",
"d3-geo": "^2.0.1",
"d3-queue": "^3.0.7",
"d3-request": "^1.0.6",
"d3-selection": "^2.0.0",
"d3-transition": "^2.0.0",
"topojson": "^3.0.2"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^5.7.3"
}
}