-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 2.05 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ffxiv-sightseeing-guide",
"version": "1.0.0",
"description": "ffxiv 2.0 sightseeing guide",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "[email protected]:AnnAngela/FFXIVSightseeingGuide.git"
},
"homepage": "https://AnnAngela.github.io/FFXIVSightseeingGuide/",
"bugs": "https://github.com/AnnAngela/FFXIVSightseeingGuide/issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --progress && node copyToResult.js",
"build-ci": "webpack --config webpack.config.js",
"build-dev": "webpack --config webpack.config.dev.js --progress",
"dev": "webpack-dev-server --config webpack.config.dev.js --open --hot"
},
"author": "zyzsdy",
"contributors": [
"AnnAngela"
],
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"bootstrap": "^4.6.0",
"eslint": "^8.2.0",
"eslint-webpack-plugin": "^3.1.1",
"jquery": "^3.5.1",
"postcss": "^8.4.31",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.23.0",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12"
},
"devDependencies": {
"@types/bootstrap": "^4.6.0",
"@types/jquery": "^3.5.5",
"@types/vue": "^2.0.0",
"css-loader": "^6.5.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"file-loader": "^6.2.0",
"imports-loader": "^3.1.1",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.6",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}