-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
98 lines (98 loc) · 2.89 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
96
97
98
{
"name": "@zhike/ti-question",
"version": "0.0.3",
"description": "新题库 雅思,托福,基础题库题型组件抽取,目前支持在组卷系统中调用",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "webpack --config webpack.config.js",
"deploy-storybook": "storybook-to-ghpages",
"build-storybook": "build-storybook -c stories",
"storybook": "start-storybook -p 3002 -c stories",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"@zhike/ti-ui": ">=1.2.7",
"@zhike/ti-component": ">=1.2.25",
"aphrodite": ">=1.0.0",
"axios": ">=0.19.0",
"cookie": ">=0.3.1",
"lodash": ">=4.0.0",
"form-data": ">=2.0.0",
"history": ">=4.7.2"
},
"dependencies": {
"@zhike/ti-component": "^1.2.26",
"@zhike/ti-ui": "^1.2.7",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^7.3.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@storybook/addon-info": "^4.0.11",
"@storybook/addon-options": "^5.0.9",
"@storybook/react": "^5.0.9",
"@storybook/storybook-deployer": "^2.8.1",
"@storybook/theming": "^5.0.9",
"@zhike/ti-ui": "^1.2.7",
"aphrodite": "^1.2.5",
"axios": "0.19.0",
"babel-cli": "^6.0.0",
"babel-core": "^6.26.0",
"babel-eslint": "8.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-react-docgen": "^2.0.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"cookie": "^0.3.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "2.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "7.8.2",
"file-loader": "^3.0.1",
"form-data": "^2.3.1",
"history": "^4.7.2",
"lodash": "^4.17.10",
"mini-html-webpack-plugin": "^1.0.0",
"react": "^16.0.0",
"react-dnd-html5-backend": "^7.2.0",
"react-dom": "^16.0.0",
"react-styleguidist": "^9.1.2",
"redux-actions": "^2.6.5",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^1.1.2",
"webpack": "^4.31.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhike-team/ti-question.git"
},
"keywords": [
"zhike"
],
"author": "zhike",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhike-team/ti-question/issues"
},
"homepage": "https://github.com/zhike-team/ti-question#readme",
"directories": {
"lib": "lib"
}
}