-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
39 lines (39 loc) · 1011 Bytes
/
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
33
34
35
36
37
38
39
{
"name": "asf-config-web",
"version": "1.0.0",
"description": "ASF config webpage",
"author": "Arkadiusz 'Mole' Sygulski <[email protected]>",
"private": true,
"scripts": {
"build": "webpack",
"dev": "webpack serve --config webpack.dev.config.js --open"
},
"dependencies": {
"vue": "2.7.16",
"vue-i18n": "8.28.2",
"vue-router": "3.6.5"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.26.0",
"babel-loader": "8.4.1",
"css-loader": "6.11.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.3",
"sass": "1.82.0",
"sass-loader": "12.6.0",
"style-loader": "3.3.4",
"url-loader": "4.1.1",
"vue-loader": "15.11.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.16",
"webpack": "5.97.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
}
}