-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
40
41
42
43
44
45
46
47
48
{
"name": "wibboclient",
"version": "1.0.0",
"description": "",
"main": "src/App.ts",
"dependencies": {
"@types/swfobject": "^2.2.27",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"es6-promise": "^4.2.4",
"file-loader": "^1.1.11",
"hoek": "^6.1.3",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.12.0",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.2",
"swfobject": "^2.2.1",
"ts-loader": "^4.3.1",
"typescript": "^2.9.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.32.2",
"webpack-cli": "^3.0.2",
"webpack-spritesmith": "^0.4.1"
},
"devDependencies": {
"html-loader": "^0.5.5"
},
"scripts": {
"start": "webpack",
"watch": "webpack watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasonWibbo/WibboClient.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JasonWibbo/WibboClient/issues"
},
"homepage": "https://github.com/JasonWibbo/WibboClient#readme"
}