-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "vientos-app",
"version": "0.0.1",
"description": "Vientos App",
"main": "main.js",
"dependencies": {
"deep-equal": "^1.0.1",
"escape-goat": "^1.3.0",
"intl-messageformat": "^2.1.0",
"leaflet": "https://github.com/Leaflet/Leaflet#fix-chrome-dblclick-again",
"localforage": "^1.5.5",
"lodash.clonedeep": "^4.5.0",
"lunr": "^2.1.3",
"lunr-languages": "^1.0.0",
"polymer-redux": "https://github.com/vientos/polymer-redux.git#polymer-webpack-loader",
"raven-js": "^3.17.0",
"redux": "^3.7.2",
"redux-persist": "^5.4.0",
"shave": "^2.1.3",
"vientos-client": "https://github.com/vientos/vientos-client.git#0.7.0",
"vientos-data": "https://github.com/vientos/vientos-data.git#0.2.9",
"workbox-sw": "^2.1.3"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"bower": "^1.8.4",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"dirty-chai": "^1.2.2",
"html-webpack-plugin": "^2.30.1",
"mocha": "^3.2.0",
"polymer-webpack-loader": "^2.0.0",
"standard": "^10.0.3",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0",
"workbox-webpack-plugin": "^2.0.1"
},
"scripts": {
"test": "standard",
"start": "webpack-dev-server --hot --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "",
"license": "Unlicense",
"standard": {
"parser": "babel-eslint",
"globals": [
"Polymer",
"CustomEvent"
]
},
"eslintConfig": {
"ecmaVersion": 2015,
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
}
}
}