@oinone-template-front/crm-online 1.0.20251204

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 (2) hide show
  1. package/README.md +0 -0
  2. package/package.json +41 -0
package/README.md ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@oinone-template-front/crm-online",
3
+ "version": "1.0.20251204",
4
+ "description": "CRM客户线索管理",
5
+ "main": "dist/oinone-template-front-crm-online.esm.js",
6
+ "dependencies": {
7
+ "@vtj/charts": "0.13.15"
8
+ },
9
+ "devDependencies": {
10
+ "@element-plus/icons-vue": "2.0.9",
11
+ "@oinone/kunlun-dependencies": "~6.3.0",
12
+ "@oinone/kunlun-vue-ui-antd": "~6.3.0",
13
+ "@oinone/kunlun-vue-ui-el": "~6.3.0",
14
+ "@types/lodash-es": "4.17.6",
15
+ "@types/webpack-env": "^1.18.5",
16
+ "ant-design-vue": "3.2.14",
17
+ "element-plus": "2.2.17",
18
+ "rimraf": "3.0.2",
19
+ "rollup": "2.63.0",
20
+ "sass": "1.44.0",
21
+ "vue": "3.2.40"
22
+ },
23
+ "gitHead": "b1ca906e4319bd7a268b7d6c60d26587d6a5d7ea",
24
+ "module": "dist/oinone-template-front-crm-online.esm.js",
25
+ "typings": "dist/index.d.ts",
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "publishConfig": {
30
+ "access": "public",
31
+ "registry": "https://registry.npmjs.org/"
32
+ },
33
+ "scripts": {
34
+ "clean": "rimraf dist package-lock.json node_modules",
35
+ "prebuild": "rimraf dist",
36
+ "build": "rollup -c && npm run build-css",
37
+ "build-css": "[ -f './dist/kunlun-module-demo.scss' ] && sass ./dist/kunlun-module-demo.scss ./dist/kunlun-module-demo.css || exit 0",
38
+ "build-win": "rollup -c && npm run build-css-win",
39
+ "build-css-win": "IF EXIST ./dist/kunlun-module-demo.scss (sass ./dist/kunlun-module-demo.scss ./dist/kunlun-module-demo.css) ELSE (exit 0)"
40
+ }
41
+ }