-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 loc) · 2.52 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
{
"name": "Tasky",
"private": true,
"scripts": {
"lint": "eslint_d app/javascript/ app/assets/javascripts/",
"lint-fix": "eslint_d --fix app/javascript/ app/assets/javascripts/",
"postinstall": "cp node_modules/@rails/actioncable/app/assets/javascripts/action_cable.js lib/javascript"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@rails/actioncable": "^6.0.0",
"@rails/ujs": "^6.0.1",
"@rails/webpacker": "^4.0.7",
"autosize": "^4.0.2",
"axios": "^0.21.1",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"create-emotion": "^10.0.14",
"emotion": "^10.0.17",
"file-selector": "^0.1.12",
"http-signature": "^1.3.5",
"i18next": "^17.0.17",
"immutability-helper": "^3.0.1",
"jquery": "3.4.1",
"lodash": "^4.17.15",
"noty": "^3.2.0-beta",
"nprogress": "^0.2.0",
"popper.js": "^1.15.0",
"pretty-bytes": "^5.3.0",
"prop-types": "^15.7.2",
"react": "^16.10.1",
"react-click-outside": "tj/react-click-outside",
"react-dom": "^16.10.1",
"react-emotion": "^10.0.0",
"react-i18next": "^10.13.1",
"react-popopo": "^2.1.9",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react_ujs": "^2.6.0",
"redux-actions": "^2.6.1",
"redux-logger": "^3.0.6",
"redux-starter-kit": "^0.7.0",
"redux-thunk": "^2.3.0",
"smooth-dnd": "https://github.com/rcdexta/smooth-dnd",
"styled-components": "^4.4.0",
"turbolinks": "^5.2.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-cli": "^1.1.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.15.1",
"eslint_d": "^8.0.0",
"husky": "^3.0.8",
"jshint": "^2.10.2",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"redux-devtools-extension": "^2.13.8",
"syntastic-react": "^1.0.3",
"webpack-dev-server": "^3.8.1"
}
}