-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 KB
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": "platform-lowcode-frontend",
"version": "1.0.0",
"scripts": {
"build": "gulp --register sucrase/register/ts -f build/gulpfile.ts"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.32",
"@babel/core": "^7.18.2",
"@rushstack/eslint-patch": "^1.1.3",
"@types/gulp": "^4.0.9",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vue/babel-preset-app": "^5.0.4",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"build-plugin-moment-locales": "^0.1.3",
"build-plugin-react-app": "^1.8.5",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"gulp": "^4.0.2",
"postcss": "8.4.14",
"postcss-html": "^1.4.1",
"postcss-less": "^6.0.0",
"prettier": "^2.6.2",
"regenerator-runtime": "^0.13.9",
"stylelint": "^14.8.5",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-less": "^1.0.5",
"sucrase": "^3.21.0",
"typescript": "^4.6.4",
"vue": "^3.2.35",
"vue-tsc": "^0.34.16",
"webpack": "^4.46.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@alifd/meet-react",
"@alifd/next",
"react",
"react-dom",
"react-is",
"moment",
"monaco-editor",
"typescript"
],
"allowedVersions": {
"eslint": "8"
}
}
}
}