@manycore/budget-plugin-api 0.0.1-test.6 → 0.0.1-test.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -90
package/package.json CHANGED
@@ -1,90 +1 @@
1
- {
2
- "name": "@manycore/budget-plugin-api",
3
- "version": "0.0.1-test.6",
4
- "author": "taiyan",
5
- "title": "@qunhe/budget-plugin-api",
6
- "description": "清单插件平台二开应用的API",
7
- "repository": "git@gitlab.qunhequnhe.com:cspace/budget.git",
8
- "bugs": {
9
- "url": "https://gitlab.qunhequnhe.com/cspace/budget/issues"
10
- },
11
- "license": "MIT",
12
- "main": "./index.js",
13
- "module": "./index.js",
14
- "typings": "types/index.d.ts",
15
- "devDependencies": {
16
- "@babel/core": "~7.16.0",
17
- "@babel/plugin-proposal-optional-chaining": "~7.16.0",
18
- "@babel/preset-env": "~7.16.0",
19
- "@babel/preset-typescript": "~7.16.0",
20
- "@babel/plugin-transform-runtime": "~7.18.0",
21
- "@qunhe/eslint-config-qunhe": "latest",
22
- "@qunhe/prettier-config-qunhe": "latest",
23
- "@qunhe/stylelint-config-qunhe": "latest",
24
- "@typescript-eslint/eslint-plugin": "^5.0.0",
25
- "@typescript-eslint/parser": "^5.0.0",
26
- "@types/node": "17.0.41",
27
- "cross-env": "^5.2.0",
28
- "esbuild": "^0.12.9",
29
- "eslint": "^8.0.0",
30
- "eslint-config-alloy": "4.5.0",
31
- "husky": "1.1.3",
32
- "lint-staged": "^10.5.4",
33
- "prettier": "^2.3.0",
34
- "stylelint": "^13.13.1",
35
- "stylelint-config-css-modules": "2.3.0",
36
- "stylelint-config-prettier": "^8.0.2",
37
- "stylelint-config-standard": "^22.0.0",
38
- "stylelint-config-styled-components": "^0.1.1",
39
- "stylelint-prettier": "^1.2.0",
40
- "stylelint-scss": "^3.2.1",
41
- "stylelint-processor-styled-components": "^1.10.0",
42
- "typescript": "^3.8.3",
43
- "remark-cli": "9.0.0",
44
- "remark-lint": "8.0.0",
45
- "remark-preset-lint-recommended": "5.0.0",
46
- "@qunhe/remarklint-config-qunhe": "^0.0.1",
47
- "@qunhe/eslint-plugin-custom": "^3.0.0"
48
- },
49
- "peerDependencies": {
50
- "servkit": "1.0.15"
51
- },
52
- "husky": {
53
- "hooks": {
54
- "pre-commit": "lint-staged"
55
- }
56
- },
57
- "lint-staged": {
58
- "packages/**/src/**/*.{js,ts}": [
59
- "kjl ci:lint"
60
- ],
61
- "**/*.{md,mdx}": [
62
- "remark"
63
- ],
64
- "**/*.{js,ts,css,less,scss,md,mdx,json}": [
65
- "prettier --write",
66
- "git add"
67
- ]
68
- },
69
- "sideEffects": [
70
- "*.scss",
71
- "*.css",
72
- "*.less",
73
- "*.svg"
74
- ],
75
- "engines": {
76
- "node": ">=10.0.0"
77
- },
78
- "scripts": {
79
- "prepare": "kjl link-cloud-packages",
80
- "dev": "kjl baozheng:dev",
81
- "build": "kjl baozheng:build",
82
- "prePublic": "node ./script/prePublic.js"
83
- },
84
- "resolutions": {
85
- "ws": "7.0.0",
86
- "postcss-modules": "~4.2.0",
87
- "sockjs-client": "~1.5.0",
88
- "sass": "1.49.0"
89
- }
90
- }
1
+ {"name":"@manycore/budget-plugin-api","version":"0.0.1-test.7","author":"taiyan","title":"@qunhe/budget-plugin-api","description":"清单插件平台二开应用的API","license":"MIT","main":"./index.js","module":"./index.js","typings":"types/index.d.ts","peerDependencies":{"servkit":"1.0.15"},"sideEffects":["*.scss","*.css","*.less","*.svg"],"engines":{"node":">=10.0.0"},"scripts":{"prepare":"kjl link-cloud-packages","dev":"kjl baozheng:dev","build":"kjl baozheng:build","prePublic":"node ./script/prePublic.js"}}