-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.91 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
{
"name": "111-react-simpleform",
"version": "1.3.6",
"description": "Small form for React",
"main": "dist/react-simpleform.min.js",
"scripts": {
"build": "webpack -p --mode=build",
"build:publish": "npm run build && npm publish",
"dev": "webpack --progress --colors --watch --mode=dev",
"example": "webpack-dev-server --content-base example/build/ --config webpack-example.config.js",
"test": "echo 'ERROR : no tests yet'"
},
"devDependencies": {
"babel": "6.3.13",
"babel-core": "6.1.18",
"babel-eslint": "5.0.0",
"babel-loader": "6.1.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"css-loader": "0.23.1",
"eslint": "1.7.2",
"eslint-loader": "1.1.0",
"eslint-plugin-react": "4.2.3",
"less": "2.6.1",
"less-loader": "2.2.2",
"moment": "2.12.x",
"react": "15.1.x",
"react-dom": "15.1.x",
"react-hot-loader": "1.3.0",
"style-loader": "0.13.0",
"webpack": "1.12.9",
"webpack-dev-server": "1.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/111StudioKK/react-simpleform.git"
},
"keywords": [
"react",
"es6",
"form",
"library"
],
"author": "Hugues Alexandre",
"license": "MIT",
"bugs": {
"url": "https://github.com/111StudioKK/react-simpleform/issues"
},
"homepage": "https://github.com/111StudioKK/react-simpleform",
"peerDependencies": {
"moment": "^2.12",
"react": "^0.14 || ^15.0",
"react-dom": "^0.14 || ^15.0"
},
"dependencies": {
"react-click-outside": "2.1.0",
"react-day-picker": "2.4.1",
"react-input-autosize": "git+https://github.com/JedWatson/react-input-autosize.git",
"react-json-tree": "0.6.5",
"react-select": "1.0.0-beta13",
"react-tagsinput": "3.9.1",
"yup": "git+https://github.com/111StudioKK/yup.git"
}
}