2018-03-01 04:34:24 +01:00
|
|
|
{
|
|
|
|
|
"name": "asf-config-web",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "ASF config webpage",
|
|
|
|
|
"author": "Arkadiusz 'Mole' Sygulski <arkadiusz@sygulski.pl>",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2018-04-27 19:55:15 +02:00
|
|
|
"build": "node build.js"
|
2018-03-01 04:34:24 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2018-04-27 19:55:15 +02:00
|
|
|
"lodash": "^4.17.10",
|
|
|
|
|
"vue": "^2.5.16",
|
|
|
|
|
"vue-i18n": "^7.6.0",
|
|
|
|
|
"vue-router": "^2.8.1"
|
2018-03-01 04:34:24 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2018-04-27 19:55:15 +02:00
|
|
|
"@babel/core": "^7.0.0-beta.46",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.46",
|
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.46",
|
|
|
|
|
"babel-loader": "^8.0.0-beta.2",
|
|
|
|
|
"css-loader": "^0.28.11",
|
|
|
|
|
"file-loader": "^1.1.11",
|
|
|
|
|
"html-webpack-plugin": "^3.2.0",
|
|
|
|
|
"node-sass": "^4.9.0",
|
|
|
|
|
"sass-loader": "^7.0.1",
|
|
|
|
|
"style-loader": "^0.21.0",
|
|
|
|
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
|
|
|
|
"url-loader": "^1.0.1",
|
|
|
|
|
"vue-loader": "^15.0.3",
|
|
|
|
|
"vue-style-loader": "^4.1.0",
|
|
|
|
|
"vue-template-compiler": "^2.5.16",
|
|
|
|
|
"webpack": "^4.6.0"
|
2018-03-01 04:34:24 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2018-04-27 19:55:15 +02:00
|
|
|
"node": ">= 8.0.0",
|
|
|
|
|
"npm": ">= 5.0.0"
|
|
|
|
|
}
|
2018-03-01 04:34:24 +01:00
|
|
|
}
|