-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "sonar",
"version": "1.0.0",
"description": "Live music discovery service",
"repository": {
"url": "[email protected]:Meshu/sonar.git",
"type": "git"
},
"author": "Samuel Perrouault <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js -d --hot --watch --quiet",
"prod": "rimraf ./priv/static && webpack -p --progress --hide-modules"
},
"dependencies": {
"es6-promise": "^4.0.5",
"mapbox.js": "^3.0.1",
"normalizr": "^3.2.2",
"vue": "^2.2.1",
"vue-material": "^0.7.1",
"vue-router": "^2.3.0",
"vuex": "^2.2.1",
"whatwg-fetch": "^2.0.2",
"youtube-wrapper": "^1.0.1"
},
"devDependencies": {
"buble": "^0.15.2",
"buble-loader": "^0.4.1",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"rimraf": "^2.6.1",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"vue-loader": "^11.1.3",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}