-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
95 lines (95 loc) · 2.86 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack -p --devtool source-map",
"watch": "webpack --watch --progress --color",
"test": "mocha --opts test/js/mocha.opts",
"eslint": "eslint --ext .jsx,.js assets/js/ test/js"
},
"dependencies": {
"d3": "^4.0.0",
"date-fns": "^1.27.2",
"draft-js": "^0.10.0",
"draft-js-export-html": "^0.5.2",
"hammerjs": "^2.0.8",
"i18next": "^10.3.0",
"i18next-scanner": "^2.4.4",
"i18next-scanner-webpack": "^0.0.1",
"iso-639-3": "^1.0.0",
"jquery": "^3.1.0",
"lamejs": "^1.2.0",
"linkifyjs": "^2.1.9",
"materialize-autocomplete": "^1.0.7",
"msr": "^1.3.4",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"raven-js": "^3.15.0",
"react": "^15.4.1",
"react-addons-css-transition-group": "15.6.2",
"react-copy-to-clipboard": "^4.2.3",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-i18next": "^7.3.4",
"react-infinite-calendar": "^2.3.0",
"react-intercom": "^1.0.15",
"react-intl": "^2.1.5",
"react-materialize": "^0.17.0",
"react-timeago": "^3.4.3",
"react-tooltip": "^3.11.1",
"uuid": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.14.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"csv-string": "^2.3.0",
"dateformat": "^1.0.12",
"enzyme": "^2.6.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-flowtype": "^6.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.25.1",
"expect": "^1.20.2",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.2",
"flow-bin": "^0.80.0",
"humps": "^1.1.0",
"ignore-styles": "^5.0.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^9.8.3",
"jsdom-global": "^2.1.0",
"lodash": "^4.0.0",
"lodash.flatmapdepth": "^4.10.0",
"mocha": "^3.1.0",
"node-sass": "^4.11.0",
"normalizr": "^2.2.1",
"prettier": "^2.6.2",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-dropzone": "^3.6.0",
"react-redux": "^4.4.5",
"react-redux-loading-bar": "^2.3.0",
"react-router": "^3.0.0-alpha.3",
"react-router-redux": "^4.0.5",
"redux": "^3.5.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"sass-loader": "^7.3.0",
"webpack": "^3.0.0"
}
}