forked from bcgov/housing-data-challenge-foundry-spatial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
{
"name": "housing-viz",
"description": "BCIC housing data visualization",
"version": "0.3.0",
"author": "Foundry Spatial <technical@foundryspatial.com>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "eslint --ext .js,.vue src && cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"bulma": "^0.3.1",
"d3": "^4.6.0",
"lodash.debounce": "^4.0.8",
"mapbox-gl": "^0.32.1",
"vue": "^2.1.0",
"vuex": "^2.1.2"
},
"devDependencies": {
"autoprefixer": "^6.7.4",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"file-loader": "^0.9.0",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.1",
"sass-loader": "^5.0.1",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}