UNPKG

2.67 kBJSONView Raw
1{
2 "name": "@shuyun-ep-team/loyalty-lp4-components",
3 "version": "2.18.1",
4 "description": "企业版忠诚度LP4组件库",
5 "scripts": {
6 "start": "cd demo && npm start",
7 "build": "rm -rf dist/* && rollup -c rollup/config.js",
8 "test": "ts-node --project tsconfig.test.json node_modules/tape/bin/tape src/**/*.test.ts",
9 "excel-unit-test": "node ./excel-unit-test/index.js",
10 "codecheck": "tslint --project tsconfig.json",
11 "codecheckStrict": "tslint --project tsconfig.json --type-check"
12 },
13 "husky": {
14 "hooks": {
15 "pre-commit": "npm run codecheckStrict && npm run test"
16 }
17 },
18 "keywords": [
19 "shuyun",
20 "enterprise",
21 "loyalty",
22 "components"
23 ],
24 "author": "shuyun-enterprise-ff2e",
25 "license": "ISC",
26 "dependencies": {
27 "@shuyun-ep-team/utils": "^1.2.1",
28 "@types/react-event-listener": "^0.4.7",
29 "@types/react-jss": "^8.6.0",
30 "react-event-listener": "^0.6.5",
31 "react-jss": "^8.6.1"
32 },
33 "peerDependencies": {
34 "@shuyun-ep-team/enterprise-detail-selector": "^1.3.2",
35 "@types/codemirror": "0.0.71",
36 "@types/react": "^16.7.18",
37 "@types/react-dom": "^16.0.11",
38 "antd": "=3.20.0",
39 "codemirror": "^5.42.0",
40 "moment": "^2.23.0",
41 "react": "^16.7.0",
42 "react-dom": "^16.7.0"
43 },
44 "devDependencies": {
45 "@types/codemirror": "0.0.71",
46 "@types/react": "^16.9.2",
47 "@types/react-dom": "^16.0.11",
48 "@types/react-event-listener": "^0.4.7",
49 "@types/react-jss": "^8.6.0",
50 "@types/tape": "^4.2.33",
51 "antd": "^3.20.0",
52 "axios": "^0.18.0",
53 "codemirror": "^5.42.0",
54 "colors": "^1.3.3",
55 "compare-versions": "^3.4.0",
56 "cross-env": "^5.2.0",
57 "cross-spawn": "^6.0.5",
58 "exports-loader": "^0.7.0",
59 "husky": "^3.0.1",
60 "moment": "^2.23.0",
61 "node-xlsx": "^0.14.1",
62 "qs": "^6.6.0",
63 "react": "^16.9.0",
64 "react-dom": "^16.7.0",
65 "react-event-listener": "^0.6.5",
66 "react-jss": "^8.6.1",
67 "rollup": "^1.1.0",
68 "rollup-plugin-copy": "^0.2.3",
69 "rollup-plugin-json": "^3.1.0",
70 "rollup-plugin-postcss": "^1.6.3",
71 "rollup-plugin-sourcemaps": "^0.4.2",
72 "rollup-plugin-typescript": "^1.0.0",
73 "rollup-watch": "^4.3.1",
74 "tape": "^4.9.2",
75 "ts-node": "^8.0.2",
76 "tslib": "^1.9.3",
77 "tslint": "^5.18.0",
78 "tslint-loader": "^3.5.4",
79 "tslint-react": "^4.0.0",
80 "tslint-react-hooks": "^2.2.1",
81 "typescript": "^3.2.2",
82 "typings": "^2.1.1",
83 "yargs": "^13.2.2"
84 },
85 "main": "ast/index.js",
86 "repository": {
87 "type": "git",
88 "url": "http://gitlab.shuyun.com/research-and-development-1/front-end-engineering/enterprise-loyalty-components.git"
89 }
90}