-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Fort-Lauderdale-Police-Deployment-Map",
"version": "0.2.0",
"description": "Potentially provides insight into resource allocation for patrol deployment",
"main": "client/index.js",
"scripts": {
"test": "testcafe all tests/index.js --app \"npm run dev\" --app-init-delay 10000",
"dev": "vbuild client/index.js -d --config vbuild.config.js",
"build": "vbuild client/index.js --config vbuild.config.js",
"stats": "vbuild client/index.js --config vbuild.config.js --stats",
"deploy": "npm run build && gh-pages -d dist",
"lint": "eslint client/* --ext .js --ext .vue"
},
"homepage": "/flpd-resource-allocation-suggestions/",
"author": "Georgiy Slobodenyuk",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.18.0",
"date-fns": "^1.27.2",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.0.3",
"node-sass": "^4.5.0",
"promise-polyfill": "^6.0.2",
"sass-loader": "^6.0.1",
"vue": "^2.1.0",
"vue-multiselect": "next",
"vue-resource": "^1.2.0",
"vue2-leaflet": "^0.0.32",
"vuex": "^2.0.0"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.16.0",
"babel-loader": "^6.2.4",
"babel-preset-vue-app": "^0.4.0",
"chalk": "^1.1.3",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"eslint": "^3.6.0",
"eslint-config-vue": "latest",
"eslint-plugin-testcafe": "^0.2.0",
"eslint-plugin-vue": "latest",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.1.2",
"gh-pages": "^0.12.0",
"html-webpack-plugin": "^2.22.0",
"postcss-loader": "^0.9.1",
"postcss-nested": "^1.0.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"testcafe": "^0.12.1",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.3",
"webpack": "2.2.0",
"webpack-bundle-analyzer": "^2.3.0",
"webpack-dev-middleware": "^1.8.1",
"webpack-hot-middleware": "^2.12.2"
}
}