Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.3 KiB
49 lines
1.3 KiB
{ |
|
"license": "MIT", |
|
"private": true, |
|
"engines": { |
|
"node": ">=10" |
|
}, |
|
"dependencies": { |
|
"fomantic-ui": "2.8.3", |
|
"highlight.js": "9.18.0", |
|
"jquery": "3.4.1", |
|
"jquery-migrate": "3.1.0", |
|
"jquery.are-you-sure": "1.9.0", |
|
"swagger-ui": "3.24.3", |
|
"vue-bar-graph": "1.2.0" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "7.7.7", |
|
"@babel/plugin-proposal-object-rest-spread": "7.7.7", |
|
"@babel/plugin-transform-runtime": "7.7.6", |
|
"@babel/preset-env": "7.7.7", |
|
"@babel/runtime": "7.7.7", |
|
"babel-loader": "8.0.6", |
|
"core-js": "3.6.2", |
|
"css-loader": "3.4.1", |
|
"cssnano": "4.1.10", |
|
"eslint": "6.8.0", |
|
"eslint-config-airbnb-base": "14.0.0", |
|
"eslint-plugin-import": "2.19.1", |
|
"fast-glob": "3.1.1", |
|
"less-loader": "5.0.0", |
|
"mini-css-extract-plugin": "0.9.0", |
|
"optimize-css-assets-webpack-plugin": "5.0.3", |
|
"postcss-loader": "3.0.0", |
|
"postcss-preset-env": "6.7.0", |
|
"postcss-safe-parser": "4.0.1", |
|
"stylelint": "12.0.1", |
|
"stylelint-config-standard": "19.0.0", |
|
"terser-webpack-plugin": "2.3.2", |
|
"updates": "9.3.3", |
|
"vue-loader": "15.8.3", |
|
"vue-template-compiler": "2.6.11", |
|
"webpack": "4.41.5", |
|
"webpack-cli": "3.3.10", |
|
"webpack-fix-style-only-entries": "0.4.0" |
|
}, |
|
"browserslist": [ |
|
"defaults" |
|
] |
|
}
|
|
|