forked from openfe-openfe/vue-better-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"name": "vue-3-better-picker",
"version": "3.0.4",
"description": "Mobile picker component for Vue 3",
"author": "shingo.sasaki <[email protected]> (https://www.shingo-sasaki.net/)",
"scripts": {
"dev": "vue-cli-service serve dev/src/main.ts",
"build": "vue-cli-service build --target lib src/main.ts",
"lint": "eslint --ext .js,.ts,.vue src/** dev/** cypress/integration/**",
"test": "start-server-and-test dev http://localhost:8080 cy:run",
"cy:run": "cypress run"
},
"main": "dist/vue-3-better-picker.umd.min.js",
"files": [
"dist"
],
"dependencies": {
"@better-scroll/core": "^2.0.0",
"@better-scroll/wheel": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"babel-loader": "^8.2.3",
"core-js": "^3.20.3",
"css-loader": "^6.5.1",
"cypress": "^9.3.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.0",
"node-sass": "^6.0.0",
"prettier": "^2.5.1",
"sass-loader": "^10.0.0",
"start-server-and-test": "^1.14.0",
"style-loader": "^3.3.1",
"typescript": "^4.5.5",
"vue": "^3.0.0"
},
"bugs": {
"url": "https://github.com/s-sasaki-0529/vue-better-picker/issues"
},
"homepage": "https://github.com/s-sasaki-0529/vue-better-picker/blob/vue3/README.md",
"keywords": [
"vue",
"picker"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/s-sasaki-0529/vue-better-picker"
}
}