This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.48 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
{
"name": "anno1800calculator",
"version": "0.9.0",
"description": "A calculator for Anno 1800",
"author": "",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "vue-cli-service lint"
},
"main": "main.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.20",
"core-js": "^2.6.5",
"es6-promise": "^4.2.6",
"lodash": "^4.17.21",
"source-sans-pro": "^2.45.0",
"vue": "^2.6.10",
"vue-numeral-filter": "^1.1.1",
"vuex": "^3.1.1",
"vuex-persist": "^2.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.20.1",
"sass-loader": "^7.1.0",
"stylelint": "^10.0.1",
"stylelint-config-sass-guidelines": "^5.4.0",
"stylelint-config-standard": "^18.3.0",
"vue-template-compiler": "^2.6.10"
},
"bugs": {
"url": "https://github.com/wzy9607/Anno1800Calculator/issues"
},
"homepage": "https://github.com/wzy9607/Anno1800Calculator#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wzy9607/Anno1800Calculator.git"
}
}