forked from whimet/confluence-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.49 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "confluence-plugin",
"version": "1.1.0",
"private": true,
"scripts": {
"engine": "use yarn to install",
"test:unit": "vitest",
"test:e2e": "[email protected] node tests/e2e/demoPage.js",
"test:e2e:peng": "[email protected] node tests/e2e/demoPage.js",
"test:e2e:yanhui": "[email protected] ZENUML_DOMAIN=whimet4.atlassian.net ZENUML_SPACE=WHIMET4 node tests/e2e/demoPage.js",
"test:e2e:yanhui:existing": "[email protected] ZENUML_DOMAIN=whimet4.atlassian.net PAGE_ID=458653717 ZENUML_SPACE=WHIMET4 node tests/e2e/demoPage.js",
"build:full": "PRODUCT_TYPE=full vite build --mode production",
"build:full:watch": "PRODUCT_TYPE=full vite build --watch",
"build:lite": "PRODUCT_TYPE=lite vite build",
"wrangler:serve": "wrangler pages dev dist",
"wrangler:publish:stg": "wrangler pages publish dist --project-name conf-stg-full --branch=production",
"lint:vue": "vue-cli-service lint",
"git:branch:clean:gone": "git fetch -p && git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -d",
"git:branch:clean:merged": "git branch --merged|egrep -v \"(\\*|master|main|dev|skip_branch_name)\" | xargs git branch -d",
"start:local": "VERSION=latest PRODUCT_TYPE=lite vite dev --port 8080 --host 127.0.0.1",
"start:sit": "yarn install && concurrently \"yarn wrangler:serve\" \"yarn start:local\" ",
"install:stg": "pluploader --base-url https://zenuml-stg.atlassian.net/wiki install --cloud --plugin-uri https://air.zenuml.com/descriptor",
"install:stg:lite": "pluploader --base-url https://zenuml-stg.atlassian.net/wiki install --cloud --plugin-uri https://air.zenuml.com/descriptor?lite"
},
"dependencies": {
"@vue/compat": "^3.1.0",
"@zenuml/core": "^3.21.2",
"file-saver": "^2.0.5",
"html-to-image": "^1.9.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lzutf8": "^0.5.6",
"md5": "^2.3.0",
"mermaid": "^10.6.0",
"mixpanel-browser": "^2.47.0",
"puppeteer": "^17.1.3",
"react": "=17.0.2",
"react-dom": "=17.0.2",
"split.js": "^1.6.5",
"swagger-editor": "^4.4.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.1.0",
"vue-codemirror": "^4.0.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.13.5",
"@cloudflare/workers-types": "^3.0.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/pluginutils": "^5.1.0",
"@types/jest": "^24.0.19",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202",
"@types/mermaid": "^8.2.1",
"@types/mixpanel-browser": "^2.47.3",
"@types/react": "=17.0.2",
"@types/react-dom": "=17.0.2",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/babel-preset-app": "^4.5.13",
"@vue/compiler-sfc": "^3.1.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.2.10",
"autoprefixer": "^10.4.13",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.11.1",
"concurrently": "^8.2.2",
"esbuild-loader": "^2.19.0",
"eslint": "^7.10.0",
"eslint-plugin-vue": "^7.5.0",
"jest-puppeteer": "^9.0.2",
"jsdom": "^23.1.0",
"longjohn": "^0.2.12",
"postcss": "8.4.31",
"speed-measure-webpack-plugin": "^1.5.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1",
"test-lib": "^2.1.2",
"toucan-js": "^2.6.1",
"typescript": "^4.7.4",
"vite": "^5.0.13",
"vitest": "^1.1.3",
"wrangler": "^3.22.1"
},
"resolutions": {
"wrap-ansi": "7.0.0",
"string-width": "4.1.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"rules": {},
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"overrides": [
{
"files": [
"**/__tests__/*.{j,t}s?(x)",
"**/tests/unit/**/*.spec.{j,t}s?(x)"
],
"env": {
"jest": true
}
}
]
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"browserslist": [
"last 2 years"
],
"externals": {
"react": "React",
"react-dom": "ReactDOM"
},
"engines": {
"node": ">=20"
},
"volta": {
"node": "20.11.0"
}
}