1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "eiru_puchases",
- "version": "1.0.0",
- "main": "index.js",
- "license": "MIT",
- "private": true,
- "scripts": {
- "start": "export NODE_ENV=development && ./node_modules/.bin/webpack --watch --config webpack.config.js",
- "build": "export NODE_ENV=production &&./node_modules/.bin/webpack --progress --config webpack.config.js"
- },
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-loader": "^7.1.2",
- "babel-preset-env": "^1.6.1",
- "babel-preset-stage-2": "^6.24.1",
- "copy-webpack-plugin": "^4.5.2",
- "css-loader": "^0.28.9",
- "extract-text-webpack-plugin": "^3.0.2",
- "file-loader": "^1.1.6",
- "hard-source-webpack-plugin": "^0.5.16",
- "node-sass": "^4.7.2",
- "offline-plugin": "^5.0.5",
- "pug": "^2.0.0-rc.4",
- "sass-loader": "^6.0.6",
- "style-loader": "^0.20.1",
- "url-loader": "^0.6.2",
- "vue-loader": "^14.0.3",
- "vue-template-compiler": "^2.5.13",
- "webpack": "^3.10.0",
- "webpack-livereload-plugin": "^1.0.0"
- },
- "dependencies": {
- "axios": "^0.17.1",
- "fuse.js": "^3.2.0",
- "install": "^0.12.1",
- "velocity-animate": "^2.0.5",
- "vue": "^2.5.13",
- "vue-form-wizard": "^0.8.2",
- "vue-js-modal": "^1.3.9",
- "vue2-datepicker": "^2.0.3",
- "vuex": "^3.0.1",
- "vuex-persistedstate": "^2.5.4"
- }
- }
|