forked from JustArchiNET/ASF-WebConfigGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 972 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 972 Bytes
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 <arkadiusz@sygulski.pl>",
"private": true,
"scripts": {
"build": "node build.js"
},
"dependencies": {
"lodash": "^4.17.11",
"vue": "^2.6.10",
"vue-i18n": "^8.10.0",
"vue-router": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
}
}