-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (95 loc) · 3.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@mandlazy/lemon-antd",
"version": "0.1.4",
"main": "build/index.js",
"types": "build/lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mandlazy/lemon-antd.git"
},
"files": [
"build"
],
"scripts": {
"start": "start-storybook",
"build": "npm run lint && npm run build-lib && build-storybook",
"build-lib-watch": "tsc -w",
"build-lib": "tsc && npm run copy-css-to-lib && npm run copy-svg-to-lib && npm run copy-png-to-lib && npm run copy-woff2-to-lib",
"storybook": "start-storybook -p 6006",
"test": "jest --no-cache",
"test:coverage": "npm test -- --coverage",
"test:update": "npm test -- --u --coverage",
"build-storybook": "-c .storybook -o .out",
"copy-css-to-lib": "cpx \"./src/**/*.{css,scss}\" ./build",
"copy-woff2-to-lib": "cpx \"./src/**/*.woff2\" ./build/lib",
"copy-svg-to-lib": "cpx \"./src/**/*.svg\" ./build/lib",
"copy-png-to-lib": "cpx \"./src/**/*.png\" ./build/lib",
"deploy": "npm run build && npm publish --access public",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'"
},
"dependencies": {
"@types/react-router-dom": "^4.3.3",
"antd": "^3.19.1",
"react": "^16.8.6",
"ts-import-plugin": "^1.5.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@storybook/addon-actions": "^5.1.1",
"@storybook/addon-info": "^5.1.1",
"@storybook/addon-knobs": "^5.1.1",
"@storybook/addon-links": "^5.1.1",
"@storybook/addon-options": "^5.1.1",
"@storybook/react": "^5.1.1",
"@types/jest": "^24.0.13",
"@types/node": "^11.13.2",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.3",
"@types/react-test-renderer": "^16.8.1",
"@types/storybook-addon-jsx": "^5.4.3",
"@types/storybook-react-router": "^1.0.0",
"@types/storybook__addon-actions": "^3.4.2",
"@types/storybook__addon-info": "^4.1.1",
"@types/storybook__addon-knobs": "^4.0.5",
"@types/storybook__addon-links": "^3.3.4",
"@types/storybook__react": "^4.0.1",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.0",
"cpx": "^1.5.0",
"jest": "^24.8.0",
"node-sass": "^4.12.0",
"react-docgen-typescript-loader": "^3.1.0",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-test-renderer": "^16.8.6",
"sass-loader": "^7.1.0",
"storybook-react-router": "^1.0.5",
"tachyons": "^4.11.1",
"ts-jest": "^24.0.2",
"tslint": "^5.15.0",
"typescript": "^3.4.2"
},
"description": "Simple to use TypeScript React Component Library with Storybook 5 and test running with Jest.",
"bugs": {
"url": "https://github.com/mandlazy/lemon-antd/issues"
},
"homepage": "https://github.com/mandlazy/lemon-antd#readme",
"author": "",
"license": "ISC",
"a": {
"server":"0.0.0.0",
"local_port":1080,
"password": "huyuqiong",
"port": 1300,
"method":"aes-256-cfb",
"timeout":300
}
}