-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "react-eureka",
"version": "1.0.5",
"description": "A React minimalistic wizard form",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -w",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GopherLabsLtd/react-eureka-form.git"
},
"keywords": [
"react",
"form",
"form-validation",
"html5-forms",
"typeform",
"minimalistic"
],
"author": "Gopher Labs Ltd. - Eliad Moosavi <[email protected]> (https://gopher.it)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GopherLabsLtd/react-eureka-form/issues"
},
"homepage": "https://github.com/GopherLabsLtd/react-eureka-form#readme",
"dependencies": {
"react": "^16.0.0",
"react-icons": "^2.2.7",
"webpack": "^3.8.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"base64-inline-loader": "^1.1.0",
"css-loader": "^0.28.7",
"img-loader": "^2.0.0",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2"
}
}