-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "react-symfony-forms",
"version": "1.0.4",
"description": "Symfony serialzed forms renderer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/netbull/react-symfony-forms.git"
},
"keywords": [
"react",
"symfony",
"forms"
],
"author": "Aleksandar Dimitrov <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/netbull/react-symfony-forms/issues"
},
"homepage": "https://github.com/netbull/react-symfony-forms#readme",
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-jest": "18.0.0",
"babel-loader": "6.2.10",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-app": "^2.2.0",
"babel-runtime": "^6.20.0",
"react-dev-utils": "^0.5.2"
},
"babel": {
"presets": [
"react-app"
]
}
}