-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"name": "tgslab-pages",
"version": "1.0.0",
"description": "Taiwan geospatial open source lab page",
"main": "index.js",
"scripts": {
"dev": "webpack --config ./build/webpack.config.js --mode development",
"build": "webpack --config ./build/webpack.config.js --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gipong/tgslab-pages.git"
},
"author": "gipong",
"license": "ISC",
"bugs": {
"url": "https://github.com/gipong/tgslab-pages/issues"
},
"homepage": "https://github.com/gipong/tgslab-pages#readme",
"devDependencies": {
"browser-sync": "^2.24.7",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.3.1",
"mapbox-gl": "^0.48.0",
"mini-css-extract-plugin": "^0.4.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
},
"dependencies": {}
}