UNPKG

2.51 kBJSONView Raw
1{
2 "name": "@shuyun-ep-team/loyalty-lp4-components",
3 "version": "2.8.0",
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 test && npm run codecheckStrict"
16 }
17 },
18 "keywords": [
19 "shuyun",
20 "enterprise",
21 "loyalty",
22 "components"
23 ],
24 "author": "shuyun-enterprise-ff2e",
25 "license": "ISC",
26 "dependencies": {
27 "@types/react-event-listener": "^0.4.7",
28 "@types/react-jss": "^8.6.0",
29 "react-event-listener": "^0.6.5",
30 "react-jss": "^8.6.1"
31 },
32 "peerDependencies": {
33 "@types/codemirror": "0.0.71",
34 "@types/react": "^16.7.18",
35 "@types/react-dom": "^16.0.11",
36 "antd": "=3.10.8",
37 "codemirror": "^5.42.0",
38 "moment": "^2.23.0",
39 "react": "^16.7.0",
40 "react-dom": "^16.7.0"
41 },
42 "devDependencies": {
43 "@types/codemirror": "0.0.71",
44 "@types/react": "^16.7.18",
45 "@types/react-dom": "^16.0.11",
46 "@types/react-event-listener": "^0.4.7",
47 "@types/react-jss": "^8.6.0",
48 "@types/tape": "^4.2.33",
49 "antd": "=3.10.8",
50 "axios": "^0.18.0",
51 "codemirror": "^5.42.0",
52 "colors": "^1.3.3",
53 "compare-versions": "^3.4.0",
54 "cross-env": "^5.2.0",
55 "husky": "^3.0.1",
56 "moment": "^2.23.0",
57 "node-xlsx": "^0.14.1",
58 "qs": "^6.6.0",
59 "react": "^16.7.0",
60 "react-dom": "^16.7.0",
61 "react-event-listener": "^0.6.5",
62 "react-jss": "^8.6.1",
63 "rollup": "^1.1.0",
64 "rollup-plugin-copy": "^0.2.3",
65 "rollup-plugin-json": "^3.1.0",
66 "rollup-plugin-postcss": "^1.6.3",
67 "rollup-plugin-sourcemaps": "^0.4.2",
68 "rollup-plugin-typescript": "^1.0.0",
69 "rollup-watch": "^4.3.1",
70 "tape": "^4.9.2",
71 "ts-node": "^8.0.2",
72 "tslib": "^1.9.3",
73 "tslint": "^5.18.0",
74 "tslint-loader": "^3.5.4",
75 "tslint-react": "^4.0.0",
76 "tslint-react-hooks": "^2.2.1",
77 "typescript": "^3.2.2",
78 "typings": "^2.1.1",
79 "yargs": "^13.2.2"
80 },
81 "main": "ast/index.js",
82 "repository": {
83 "type": "git",
84 "url": "http://gitlab.shuyun.com/research-and-development-1/front-end-engineering/enterprise-loyalty-components.git"
85 }
86}