-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "vk-task",
"version": "1.0.0",
"description": "Тестовое задание для стажировки ВКонтакте",
"scripts": {
"dev": "webpack serve --mode development --open",
"build": "webpack --mode production",
"lint": "eslint src --ext .vue,.js"
},
"repository": "https://github.com/danyadev/vk-task",
"author": "danyadev <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@vue/compiler-dom": "3.1.2",
"@vue/compiler-sfc": "3.1.2",
"copy-webpack-plugin": "9.0.0",
"css-loader": "5.2.6",
"eslint": "7.29.0",
"eslint-config-danyadev": "danyadev/eslint-config-danyadev",
"eslint-import-resolver-webpack": "0.13.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-vue": "7.11.1",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "1.6.0",
"vue": "3.1.2",
"vue-loader": "16.2.0",
"vue-svg-loader": "danyadev/vue-svg-loader#next",
"webpack": "5.40.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "4.0.0-beta.3"
}
}