-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 861 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
{
"name": "grave-mapper",
"version": "0.1.0",
"description": "Map the locations of burial places of ancestors, using the family search API",
"main": "main.js",
"scripts": {
"start": "webpack-dev-server",
"build": "rm -rf dist && webpack -p",
"prettier": "prettier --no-semi --single-quote --trailing-comma all --write ./src/*.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"es6-promisify": "^5.0.0",
"fs-js-lite": "^2.5.0",
"load-google-maps-api": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.7",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"prettier": "^1.7.4",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^3.7.1"
}
}