-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
62 lines (62 loc) · 1.77 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
{
"name": "bluedoc",
"private": true,
"scripts": {
"start": "./bin/webpack-dev-server",
"build": "./bin/webpack"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.9.3",
"@rails/webpacker": "~5.2",
"@thebluedoc/editor": "^1.4.2",
"@thebluedoc/icons": "^1.1.2",
"activestorage": "^5.2.2",
"animated-scroll-to": "^1.2.2",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"codemirror": "^5.52.0",
"deep-assign": "^3.0.0",
"graphql.js": "=0.6.1",
"hotkeys-js": "^3.4.1",
"i18next": "^15.0.4",
"immutability-helper": "^3.0.0",
"immutable": "^3.8.2",
"lodash": "*",
"lodash-es": "^4.2.1",
"lodash.template": "^4.2.4",
"popper.js": "^1.15.0",
"primer-support": "^4.7.2",
"primer-utilities": "^4.14.4",
"rails-erb-loader": "^5.5.2",
"react-codemirror": "^1.0.0",
"react-content-loader": "^4.2.1",
"react-dnd": "^7.4.5",
"react-dnd-html5-backend": "^7.4.4",
"react-paginate": "^6.3.0",
"react-timeago": "^4.4.0",
"react_ujs": "^2.4.4",
"sass-loader": "^10.0.3",
"slate": "^0.44.12",
"slate-plain-serializer": "^0.6.36",
"styled-components": "^3.2.3",
"timeago.js": "^4.0.0-beta.1",
"tocbot": "^4.4.2",
"tooltip.js": "^1.3.1",
"turbolinks-prefetch": "~1.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"webpack-dev-server": "^3.7.2"
}
}