-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.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
{
"name": "VueDogs-API",
"description": "A VueJS demo to test BrewDogs API",
"version": "1.0.0",
"author": "Johan Nilsson",
"scripts": {
"rimraf": "rimraf dist",
"build": "npm run rimraf && NODE_ENV=production webpack --progress --hide-modules",
"start": "node server"
},
"dependencies": {
"punkapi-server": "git://github.com/samjbmason/punkapi-server.git",
"punkapi-images": "git://github.com/samjbmason/punkapi-images.git",
"vue": "2.1.10",
"vuex": "2.2.1"
},
"devDependencies": {
"babel-core": "6.22.1",
"babel-loader": "6.2.10",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-stage-0": "6.22.0",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.26.1",
"extract-text-webpack-plugin": "2.0.0-rc.2",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.26.0",
"postcss-cssnext": "2.9.0",
"postcss-loader": "1.2.2",
"postcss-smart-import": "0.6.7",
"rimraf": "2.5.4",
"vue-loader": "10.0.3",
"vue-template-compiler": "2.1.10",
"webpack": "2.2.1"
}
}