forked from JustArchiNET/ASF-WebConfigGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 974 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
{
"name": "asf-config-web",
"version": "1.0.0",
"description": "ASF config webpage",
"author": "Arkadiusz 'Mole' Sygulski <[email protected]>",
"private": true,
"scripts": {
"build": "node build.js"
},
"dependencies": {
"lodash": "^4.17.20",
"vue": "^2.6.12",
"vue-i18n": "^8.21.0",
"vue-router": "^3.4.3"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.2",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.1",
"style-loader": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
}
}