forked from phpjavac/composition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 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
{
"name": "zcomposition",
"version": "0.8.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build": "node build/esbuild.js",
"lint:fix": "eslint --fix src/**/**/**/** --ext .js,.ts,.vue",
"prepare": "husky install && node ./scripts/commitMsgHook.js"
},
"lint-staged": {
"*.js": [
"eslint --fix"
],
"*.ts": [
"eslint --fix"
],
"*.vue": [
"eslint --fix"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@findsoft/ws-heartbeat-ts": "^0.8.0",
"axios": "^0.21.4",
"babel-plugin-import": "^1.13.3",
"esbuild": "^0.13.2",
"esbuild-plugin-d.ts": "^1.0.6",
"file-saver": "^2.0.5",
"gsap": "^3.8.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"screenfull": "^5.1.0",
"timers-browserify": "^2.0.12",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"vue": "^3.2.11",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/file-saver": "^2.0.3",
"@types/lodash": "^4.14.173",
"@typescript-eslint/parser": "^4.31.2",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vuepress/plugin-register-components": "^2.0.0-beta.26",
"@vuepress/plugin-search": "^2.0.0-beta.26",
"babel-eslint": "^10.1.0",
"commitlint-plugin-function-rules": "^1.4.0",
"devmoji": "^2.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.18.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1",
"vue-eslint-parser": "^7.11.0",
"vue-tsc": "^0.3.0",
"vuepress": "^2.0.0-beta.26"
}
}