-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
87 lines (87 loc) · 2.37 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ukhpi",
"version": "0.0.1",
"description": "UKHPI build support",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"autoprefixer": "^7.1.4",
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "7.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"bower": "^1.7.9",
"coffee-loader": "^0.8.0",
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.7",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-format": "^1.2.0",
"d3-scale": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-shape": "^1.2.0",
"d3-time": "^1.0.7",
"d3-time-format": "^2.0.5",
"element-ui": "^1.4.6",
"eslint": "^4.7.2",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.7.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"grunt": "^1.0.1",
"grunt-bowercopy": "^1.2.4",
"js-yaml": "^3.10.0",
"kebab-case": "^1.0.0",
"leaflet": "^1.2.0",
"leaflet-clonelayer": "^1.0.4",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"node-sass": "^4.5.3",
"numeral": "^2.0.6",
"path-complete-extname": "^0.1.0",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"rails-erb-loader": "^5.2.1",
"raven-js": "^3.20.1",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"time-grunt": "^1.3.0",
"vue": "^2.4.4",
"vue-loader": "^13.0.5",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.4.4",
"vuex": "^2.4.1",
"webpack": "^3.6.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.0",
"yarn": "^1.1.0"
},
"devDependencies": {
"load-grunt-tasks": "^3.5.0",
"webpack-dev-server": "^2.8.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epimorphics/ukhpi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/epimorphics/ukhpi/issues"
},
"homepage": "https://github.com/epimorphics/ukhpi#readme"
}