|
| 1 | +{ |
| 2 | + "name": "vue-cinema", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "The Ultimate Vue.js Developers Course: Vue.js Cinema", |
| 5 | + "main": "server.js", |
| 6 | + "author": "Anthony Gore <[email protected]>", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/getjsdojo/vuejs-cinema" |
| 10 | + }, |
| 11 | + "license": "UNLICENSED", |
| 12 | + "scripts": { |
| 13 | + "start": "nodemon ./server.js --ignore src/ -e js,html,css", |
| 14 | + "build": "rimraf dist && cross-env NODE_ENV=production webpack --progress --hide-modules" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "async": "^2.1.4", |
| 18 | + "axios": "^0.15.3", |
| 19 | + "cross-env": "^3.1.3", |
| 20 | + "dotenv": "^2.0.0", |
| 21 | + "express": "^4.14.0", |
| 22 | + "nodemon": "^1.11.0" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "babel-core": "^6.0.0", |
| 26 | + "babel-loader": "^6.0.0", |
| 27 | + "babel-plugin-transform-es2015-destructuring": "^6.19.0", |
| 28 | + "babel-plugin-transform-object-rest-spread": "^6.20.2", |
| 29 | + "babel-preset-es2015": "^6.0.0", |
| 30 | + "cross-env": "^3.0.0", |
| 31 | + "css-loader": "^0.25.0", |
| 32 | + "file-loader": "^0.9.0", |
| 33 | + "moment": "^2.17.1", |
| 34 | + "moment-timezone": "^0.5.11", |
| 35 | + "node-sass": "^4.1.1", |
| 36 | + "open": "0.0.5", |
| 37 | + "sass-loader": "^4.1.1", |
| 38 | + "style-loader": "^0.13.1", |
| 39 | + "vue": "^2.1.0", |
| 40 | + "vue-loader": "^10.0.0", |
| 41 | + "vue-resource": "^1.0.3", |
| 42 | + "vue-router": "^2.1.1", |
| 43 | + "vue-style-loader": "^1.0.0", |
| 44 | + "vue-template-compiler": "^2.1.0", |
| 45 | + "webpack": "^2.1.0-beta.28", |
| 46 | + "webpack-dev-middleware": "^1.9.0", |
| 47 | + "webpack-hot-middleware": "^2.14.0" |
| 48 | + } |
| 49 | +} |
0 commit comments