UNPKG

2.52 kBJSONView Raw
1{
2 "name": "@icedesign/hr-management-admin-scaffold",
3 "version": "3.0.4",
4 "description": "该模板适用于人力资源类的管理后台,默认内置丰富的图表和表格区块,使用时需要根据需求进行删除和添加",
5 "homepage": "https://unpkg.com/@icedesign/hr-management-admin-scaffold/build/index.html",
6 "files": [
7 "src/",
8 "build/",
9 "public/",
10 "tests/",
11 "_gitignore",
12 "_editorconfig",
13 "_eslintignore",
14 "_eslintrc.js",
15 "_stylelintignore",
16 "_stylelintrc.js",
17 "ice.config.js",
18 "jsconfig.json"
19 ],
20 "dependencies": {
21 "@alifd/next": "^1.x",
22 "@alifd/theme-1": "^0.0.7",
23 "@antv/data-set": "^0.8.9",
24 "@icedesign/container": "^1.x",
25 "@icedesign/data-binder": "^1.x",
26 "@icedesign/form-binder": "^1.x",
27 "@icedesign/foundation-symbol": "^1.x",
28 "@icedesign/img": "^1.x",
29 "@icedesign/label": "^1.x",
30 "@icedesign/layout": "^1.x",
31 "@icedesign/theme": "^1.x",
32 "async-validator": "^1.10.1",
33 "bizcharts": "^3.4.1",
34 "classnames": "^2.2.5",
35 "moment": "^2.23.0",
36 "prop-types": "^15.6.2",
37 "react": "^16.6.3",
38 "react-dom": "^16.4.1",
39 "react-router-dom": "^5.0.1"
40 },
41 "devDependencies": {
42 "@ice/spec": "^0.1.1",
43 "eslint": "^6.0.1",
44 "stylelint": "^10.1.0",
45 "ice-scripts": "^2.0.0",
46 "ice-plugin-fusion": "^0.1.4",
47 "ice-plugin-moment-locales": "^0.1.0"
48 },
49 "scripts": {
50 "start": "ice-scripts dev",
51 "build": "ice-scripts build",
52 "prepublishOnly": "npm run build",
53 "lint": "npm run eslint && npm run stylelint",
54 "eslint": "eslint --cache --ext .js,.jsx ./",
55 "stylelint": "stylelint ./**/*.scss"
56 },
57 "publishConfig": {
58 "access": "public"
59 },
60 "scaffoldConfig": {
61 "builder": "ice-scripts",
62 "name": "ice-hr-management-admin",
63 "title": "人力资源系统",
64 "categories": [
65 "行业领域"
66 ],
67 "screenshot": "https://img.alicdn.com/tfs/TB1i960CMHqK1RjSZFEXXcGMXXa-2872-1580.png",
68 "screenshots": [
69 "https://img.alicdn.com/tfs/TB1KGA3DgHqK1RjSZFgXXa7JXXa-2872-1580.png",
70 "https://img.alicdn.com/tfs/TB1QxQ3Da6qK1RjSZFmXXX0PFXa-2860-1580.png",
71 "https://img.alicdn.com/tfs/TB1Hws2DjTpK1RjSZKPXXa3UpXa-2872-1580.png"
72 ]
73 },
74 "engines": {
75 "node": ">=8.0.0"
76 },
77 "iceworks": {
78 "type": "react",
79 "adapter": "adapter-react-v3"
80 },
81 "repository": {
82 "type": "git",
83 "url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/ice-hr-management-admin"
84 }
85}