-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "mottainai-no",
"version": "0.0.1",
"description": "Apps for mottainai NO",
"main": "index.js",
"repository": "https://github.com/code4hiroshima/mottainai-no",
"author": "14H-02390 <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"serve": "yarn build && browser-sync start --server",
"lint": "eslint js/**.js",
"lint:fix": "eslint --fix js/**.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"css-loader": "^0.28.9",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.5.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"flow": "^0.2.3",
"flow-bin": "^0.63.1",
"npx": "^9.7.1",
"prettier": "1.10.2",
"style-loader": "^0.20.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1"
},
"browserslist": [
"last 2 versions",
"ie >= 9"
],
"dependencies": {
"leaflet": "^1.2.0",
"leaflet.pancontrol": "^1.0.0"
}
}