forked from hawksearch/vue-hawksearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.1 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
{
"name": "@hawksearch/vue",
"version": "0.9.107",
"description": "Vue.js SDK for Hawksearch",
"module": "dist/vue-hawksearch.js",
"scripts": {
"build": "cross-env BUILD_ENV=esm rollup -c",
"dev": "rollup -c --watch",
"gv": "genversion src/version.js --esm",
"release": "npm run gv && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/hawksearch/vue-hawksearch.git"
},
"author": "Hawksearch",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "https://github.com/hawksearch/vue-hawksearch",
"dependencies": {
"axios": "^0.20.0",
"lodash": "^4.17.15",
"moment-mini": "^2.24.0",
"snake-case": "^3.0.4",
"vue": "^2.6.11",
"vue-i18n": "^8.18.1",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.12.13",
"@babel/plugin-transform-destructuring": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"@babel/runtime": "^7.10.2",
"@rollup/plugin-node-resolve": "^7.1.3",
"@vue/compiler-sfc": "^3.0.0-beta.10",
"autoprefixer": "^10.2.5",
"browserslist": "^4.16.3",
"core-js": "^2.6.11",
"cross-env": "^5.2.1",
"genversion": "^3.2.0",
"history": "^5.0.0",
"node-sass": "^5.0.0",
"rollup": "^2.7.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-scss": "^2.5.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-vue": "^5.1.6",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.11",
"vuex": "^3.1.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"IE 11"
]
}