-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "@fanpian/js-handle",
"version": "1.0.16",
"description": "js-handle的操作库",
"author": {
"name": "fanpian",
"email": "532726345@qq.com"
},
"scripts": {
"build": "vue-cli-service build --target lib --name js-handle src/index.ts",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve",
"test": "vue-cli-service test:unit"
},
"main": "dist/js-handle.umd.min.js",
"files": [
"dist",
"src"
],
"dependencies": {
"core-js": "^3.8.1",
"vue": "^2.6.12"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.4",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-plugin-unit-mocha": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"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.1.0",
"eslint-plugin-vue": "^6.2.2",
"typescript": "~4.1.3",
"vue-template-compiler": "^2.6.12"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://git@github.com:fanpian/js-handle.git"
},
"types": "./dist/types/index.d.ts"
}