|
| 1 | +{ |
| 2 | + "name": "sample-vue-js", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Sample working with VueJS and lc-form-validation", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "start": "webpack-dev-server", |
| 8 | + "build": "webpack" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/Lemoncode/lcFormValidation.git" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "vue.js", |
| 16 | + "samples", |
| 17 | + "typescript", |
| 18 | + "webpack", |
| 19 | + "lc-form-validation" |
| 20 | + ], |
| 21 | + "author": "Lemoncode", |
| 22 | + "license": "MIT", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/Lemoncode/lcFormValidation/issues" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/Lemoncode/lcFormValidation#readme", |
| 27 | + "devDependencies": { |
| 28 | + "@types/webpack-env": "^1.13.0", |
| 29 | + "awesome-typescript-loader": "^3.1.2", |
| 30 | + "babel-core": "^6.24.1", |
| 31 | + "babel-helper-vue-jsx-merge-props": "^2.0.2", |
| 32 | + "babel-plugin-syntax-jsx": "^6.18.0", |
| 33 | + "babel-plugin-transform-vue-jsx": "^3.4.2", |
| 34 | + "babel-preset-env": "^1.3.3", |
| 35 | + "css-loader": "^0.28.0", |
| 36 | + "extract-text-webpack-plugin": "^2.1.0", |
| 37 | + "file-loader": "^0.11.1", |
| 38 | + "html-webpack-plugin": "^2.28.0", |
| 39 | + "style-loader": "^0.16.1", |
| 40 | + "typescript": "^2.2.2", |
| 41 | + "url-loader": "^0.5.8", |
| 42 | + "webpack": "^2.3.3", |
| 43 | + "webpack-dev-server": "^2.4.2" |
| 44 | + }, |
| 45 | + "dependencies": { |
| 46 | + "bootstrap": "^3.3.7", |
| 47 | + "lc-form-validation": "^1.0.0", |
| 48 | + "vue": "^2.2.6", |
| 49 | + "vue-router": "^2.4.0" |
| 50 | + } |
| 51 | +} |
0 commit comments