UNPKG

2.36 kBJSONView Raw
1{
2 "name": "@icedesign/hr-management-admin-scaffold",
3 "version": "2.0.0",
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"
15 ],
16 "dependencies": {
17 "@alifd/next": "^1.x",
18 "@alifd/theme-1": "^0.0.7",
19 "@antv/data-set": "^0.8.9",
20 "@icedesign/container": "^1.x",
21 "@icedesign/data-binder": "^1.x",
22 "@icedesign/form-binder": "^1.x",
23 "@icedesign/foundation-symbol": "^1.x",
24 "@icedesign/img": "^1.x",
25 "@icedesign/label": "^1.x",
26 "@icedesign/layout": "^1.x",
27 "@icedesign/theme": "^0.1.2",
28 "async-validator": "^1.10.1",
29 "bizcharts": "^3.4.1",
30 "classnames": "^2.2.5",
31 "moment": "^2.23.0",
32 "prop-types": "^15.6.2",
33 "react": "^16.6.3",
34 "react-dom": "^16.4.1",
35 "react-router-dom": "^4.2.2"
36 },
37 "devDependencies": {
38 "babel-eslint": "^8.0.3",
39 "eslint": "^4.13.1",
40 "eslint-config-airbnb": "^16.1.0",
41 "eslint-plugin-babel": "^4.1.1",
42 "eslint-plugin-import": "^2.8.0",
43 "eslint-plugin-jsx-a11y": "^6.0.3",
44 "eslint-plugin-react": "^7.5.1",
45 "ice-scripts": "^1.6.0"
46 },
47 "scripts": {
48 "start": "ice dev",
49 "build": "ice build",
50 "lint": "eslint . --ext '.js,.jsx' --fix"
51 },
52 "publishConfig": {
53 "registry": "http://registry.npmjs.com",
54 "access": "public"
55 },
56 "buildConfig": {
57 "theme": "@icedesign/theme",
58 "entry": "src/index.js",
59 "localization": false,
60 "output": {
61 "publicPath": "./"
62 }
63 },
64 "scaffoldConfig": {
65 "builder": "ice-scripts",
66 "name": "ice-hr-management-admin",
67 "title": "人力资源系统",
68 "categories": [
69 "行业领域"
70 ],
71 "screenshot": "https://img.alicdn.com/tfs/TB1i960CMHqK1RjSZFEXXcGMXXa-2872-1580.png",
72 "screenshots": [
73 "https://img.alicdn.com/tfs/TB1KGA3DgHqK1RjSZFgXXa7JXXa-2872-1580.png",
74 "https://img.alicdn.com/tfs/TB1QxQ3Da6qK1RjSZFmXXX0PFXa-2860-1580.png",
75 "https://img.alicdn.com/tfs/TB1Hws2DjTpK1RjSZKPXXa3UpXa-2872-1580.png"
76 ]
77 },
78 "engines": {
79 "node": ">=8.0.0"
80 }
81}