-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.66 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.66 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "wfui-react",
"version": "2.1.2",
"description": "A collection of components for use in OICR React projects.",
"repository": {
"type": "git",
"url": "https://bitbucket.org/jyamada/wfui-react"
},
"license": "MIT",
"author": "Koji Miyauchi",
"main": "lib/index.js",
"scripts": {
"build": "scripts/build.sh",
"storybook": "start-storybook -s ./static -p 6006 -h 0.0.0.0",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.2.4",
"@kadira/storybook": "~2.34.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.5.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-2": "^6.5.0",
"component-playground": "^1.3.1",
"css-loader": "^0.26.1",
"eslint": "^5.15.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"extract-text-webpack-plugin": "^1.0.1",
"flow-bin": "^0.34.0",
"html": "^1.0.0",
"imports-loader": "^0.7.0",
"json-loader": "^0.5.4",
"jsx-to-string": "^0.3.0",
"node-sass": "^4.5.0",
"prettier": "^1.16.4",
"raw-loader": "^0.5.1",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-codemirror": "^0.3.0",
"react-dom": "^15.0.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"dependencies": {
"apollo-client": "^2.4.7",
"babel-runtime": "^6.26.0",
"bootstrap": "^3.4.1",
"classnames": "^2.2.5",
"codemirror": "^5.36.0",
"custom-event-polyfill": "^0.3.0",
"deep-equal": "^1.0.1",
"deepmerge": "^2.1.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.3",
"fixed-data-table-2": "^0.8.6",
"fullcalendar": "^3.5.1",
"graphql": "^14.0.2",
"html-to-draftjs": "^1.3.0",
"isotope-layout": "^3.0.5",
"jquery": "^3.1.1",
"lodash": "^4.17.11",
"masonry-layout": "^4.2.1",
"moment": "^2.22.1",
"moment-timezone": "^0.5.27",
"prop-types": "^15.5.10",
"prop-types-extra": "^1.0.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-shallow-compare": "^15.6.0",
"react-animate-height": "^0.10.10",
"react-apollo": "^2.5.2",
"react-bootstrap": "^0.30.7",
"react-codemirror2": "^4.2.1",
"react-datepicker": "1.4.1",
"react-dimensions": "^1.3.1",
"react-dnd": "^2.5.1",
"react-dnd-html5-backend": "^2.5.1",
"react-draft-wysiwyg": "^1.12.11",
"react-dropzone": "^3.8.0",
"react-intl": "^2.4.0",
"react-markdown": "^2.5.0",
"react-notification-system": "^0.2.11",
"react-recaptcha": "^2.3.10",
"react-redux": "^5.0.5",
"react-router": "^3.2.1",
"react-spinners": "^0.4.7",
"react-split-pane": "^0.1.84",
"react-tag-input": "^4.7.2",
"react-tagsinput": "^3.19.0",
"react-timezone": "^0.1.0",
"react-tooltip": "^3.9.2",
"redux-form": "^6.8.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.0",
"url-parse": "^1.2.0",
"uuid": "^3.1.0"
},
"engines": {
"npm": "^3.0.0"
}
}