-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.79 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@monade/vue-components",
"version": "0.1.0",
"private": true,
"main": "dist/monade-components.cjs.js",
"module": "dist/monade-components.es.js",
"unpkg": "dist/monade-components.js",
"modules.root": "src",
"directories": {
"test": "test"
},
"repository": "monade/vue-components",
"keywords": [
"vuejs"
],
"author": "monade",
"license": "MIT",
"bugs": {
"url": "https://github.com/monade/vue-components/issues"
},
"homepage": "https://github.com/monade/vue-components#readme",
"scripts": {
"serve": "vue-cli-service serve src/mainDemo.ts",
"build:package": "rm -rf ./dist && bili --format cjs,es,umd,umd-min --plugins.vue --module-name monade-components --file-name monade-components[min].[format].js",
"build:demo": "vue-cli-service build --dest dist/demo src/mainDemo.ts",
"build:docs": "PUBLIC_PATH=https://monade.github.io/vue-components vue-cli-service build --dest dist/demo src/mainDemo.ts && git checkout docs",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@types/uuid": "^8.3.0",
"core-js": "^3.6.5",
"date-fns": "1.29.0",
"moment": "^2.29.2",
"svg-inline-loader": "^0.8.2",
"vue": "^2.6.11",
"vue-airbnb-style-datepicker": "monade/vue-airbnb-style-datepicker#distribution",
"vue-class-component": "^7.2.3",
"vue-moment": "^4.1.0",
"vue-numeric": "^2.4.2"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^5.2.4",
"@types/moment": "^2.13.0",
"@types/vue-moment": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"bili": "^5.0.5",
"bootstrap": "^4.5.2",
"chai": "^4.1.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^6.0",
"sass-loader": "^10.0",
"typescript": "^4.0",
"vue-property-decorator": "^9.0.0",
"vue-template-compiler": "^2.6.11"
}
}