-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.2 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
{
"name": "react-advanced-form-addons",
"version": "1.3.3",
"description": "Tailor production-ready form prototypes like you mean it.",
"module": "src/index.js",
"main": "lib/index.js",
"scripts": {
"start": "start-storybook -p 6008",
"test": "mocha --require babel-core/register --require babel-polyfill --exit",
"build": "NODE_ENV=production BABEL_ENV=production webpack",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kettanaito/react-advanced-form-addons.git"
},
"keywords": [
"form",
"react-form",
"react-advanced-form",
"raf",
"raf-addons",
"addon",
"addons"
],
"author": "Artem Zakharchenko <kettanaito@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kettanaito/react-advanced-form-addons/issues"
},
"homepage": "https://github.com/kettanaito/react-advanced-form-addons#readme",
"peerDependencies": {
"react": "^15.0.0",
"react-advanced-form": "^1.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.3",
"@storybook/addon-links": "^3.4.3",
"@storybook/react": "^3.4.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.7.0",
"immutable": "^3.8.2",
"jsdom": "^11.10.0",
"mocha": "^5.1.1",
"react": "^16.3.2",
"react-advanced-form": "^1.3.2",
"react-dom": "^16.3.2",
"storybook": "^1.0.0",
"styled-components": "^3.2.6",
"webpack": "^3.10.0"
},
"dependencies": {
"feather-icons": "^4.7.0"
}
}