-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.04 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
{
"name": "muub-react-forms",
"version": "0.0.14",
"description": "React library to handle forms and validation",
"main": "lib/index.js",
"scripts": {
"start": "NODE_ENV=development gulp",
"test": "gulp test",
"build": "NODE_ENV=production gulp dist",
"compile": "NODE_ENV=production babel -d ./lib ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webuildyouridea/react-forms.git"
},
"keywords": [
"react",
"button",
"component",
"muub"
],
"author": "figalex",
"license": "MIT",
"bugs": {
"url": "https://github.com/webuildyouridea/react-forms.git/issues"
},
"homepage": "https://github.com/webuildyouridea/react-forms.git#readme",
"dependencies": {
"classnames": "^2.2.5",
"react-jss": "^5.3.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-plugin-import-rename": "^1.0.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"browserify": "^13.3.0",
"enzyme": "^2.7.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-jest": "^1.0.2",
"eslint-plugin-react": "^6.9.0",
"flow-bin": "^0.39.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"jest-cli": "^18.1.0",
"livereactload": "^3.2.0",
"react-addons-test-utils": "^15.4.2",
"react-proxy": "^1.1.8",
"teaspoon": "^6.4.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}