-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "taskfractal",
"private": true,
"dependencies": {
"@atlaskit/tree": "^7.0.2",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-react": "^7.8.3",
"@material/react-checkbox": "^0.15.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"axios": "^0.19.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.6",
"feather-icons": "^4.24.1",
"immutability-helper": "^3.0.1",
"jquery": "^3.4.1",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-feather": "^2.0.3",
"react-markdown": "^4.2.2",
"react-sane-contenteditable": "^1.6.1",
"react-test-renderer": "^16.12.0",
"react-with-separator": "^1.2.0",
"react_ujs": "^2.6.0",
"toastr": "^2.1.4",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {},
"scripts": {
"dev": "rails server",
"tests": "jest --watch"
}
}