-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 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": "bot-currency-rate-frontend",
"version": "0.0.1",
"description": "Bank of Taiwan currency rate frontend",
"repository": {
"type": "git",
"url": "[email protected]:silveryiris/bot-currency-rate-frontend.git"
},
"license": "ISC",
"author": "Wen-Wei Chang",
"scripts": {
"build": "vue-cli-service build",
"report": "vue-cli-service build --report",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"test":"mocha -r esm"
},
"dependencies": {
"@primer/octicons": "^11.0.0",
"core-js": "^3.6.5",
"normalize.css": "^8.0.1",
"vue": "^2.6.12",
"vue-meta": "^2.4.0",
"vue-router": "^3.4.3",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.6",
"@vue/cli-plugin-eslint": "~4.5.6",
"@vue/cli-plugin-router": "~4.5.6",
"@vue/cli-plugin-unit-mocha": "~4.5.6",
"@vue/cli-plugin-vuex": "~4.5.6",
"@vue/cli-service": "~4.5.6",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.1.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"copy-webpack-plugin": "^6.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.8.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"esm": "^3.2.25",
"postcss-font-magician": "^2.3.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.1",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.12"
}
}