-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
{
"name": "mapping-the-routes",
"version": "1.0.0",
"description": "mapping the routes micro site under the pangolin reports",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"publish": "node ./deploy",
"zip": "zip -r ./cpanel/mapping-the-routes.zip ./dist",
"serve": "python3 -m http.server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Roytangrb/mapping-the-routes.git"
},
"author": "Roy Tang",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"compression-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"file-loader": "^3.0.1",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"imports-loader": "^0.8.0",
"path": "^0.12.7",
"script-ext-html-webpack-plugin": "^2.1.3",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^1.1.2",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"d3": "^5.11.0",
"gsap": "^2.0.2",
"scrollmagic": "^2.0.6"
},
"bugs": {
"url": "https://github.com/Roytangrb/mapping-the-routes/issues"
},
"homepage": "https://github.com/Roytangrb/mapping-the-routes#readme"
}