-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 2.7 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
{
"name": "react-schema-form-antd",
"version": "1.2.38",
"description": "antdessign的schema-form",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"antd",
"typescript",
"react",
"json-schema",
"form"
],
"author": "NICK",
"license": "MIT",
"devDependencies": {
"@types/json-pointer": "^1.0.30",
"@types/react": "^15.0.21",
"@types/tv4": "^1.2.28",
"antd": "^2.9.0",
"awesome-typescript-loader": "^3.0.8",
"babel-core": "^6.21.0",
"babel-plugin-transform-regenerator": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.0.16",
"babel-preset-babili": "0.0.12",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-3": "^6.22.0",
"babel-regenerator-runtime": "^6.5.0",
"babili-webpack-plugin": "0.0.11",
"body-parser": "^1.17.0",
"copy-webpack-plugin": "^4.0.1",
"cors": "^2.8.1",
"css-loader": "^0.26.2",
"cssnano": "^3.10.0",
"express": "^4.15.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"module-loader": "0.0.8",
"node-sass": "^4.5.0",
"postcss": "^5.2.16",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"postcss-modules-local-by-default": "^1.1.1",
"postcss-modules-values": "^1.2.2",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-hot-loader": "^1.3.1",
"sass-loader": "^6.0.2",
"scss-loader": "0.0.1",
"style-loader": "^0.13.2",
"stylelint-webpack-plugin": "^0.7.0",
"transform-runtime": "0.0.0",
"ts-loader": "^2.0.1",
"typescript": "^2.2.1",
"url-loader": "^0.5.8",
"validator-js": "^0.2.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-split-by-path": "^2.0.0",
"@types/eventemitter2": "^2.2.1",
"eventemitter2": "^4.1.0",
"json-pointer": "^0.6.0",
"react-dom": "^15.4.2",
"tv4": "^1.3.0",
"tv4-formats": "^2.2.2",
"validator": "^7.0.0"
},
"dependencies": {
"comparejs": "^0.1.6",
"lodash.keyby": "^4.6.0",
"lodash.map": "^4.6.0"
},
"typings": "lib/index.d.ts",
"directories": {},
"files": [
"lib/",
"demo/"
]
}