This repository was archived by the owner on Feb 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.1 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.1 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
{
"name": "taskmaster",
"private": true,
"scripts": {
"gen-typings": "yarn run tsm 'app/javascript/**/*.scss'",
"watch-typings": "yarn run tsm 'app/javascript/**/*.scss' -w"
},
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-react": "^7.7.4",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^4.2.0",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"@types/react-input-autosize": "^2.0.1",
"@types/react-router-dom": "^5.1.3",
"@types/react-select": "^3.0.8",
"@types/react-textarea-autosize": "^4.3.5",
"array-move": "^2.2.1",
"axios": "^0.19.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.4.1",
"directory-named-webpack-plugin": "^4.0.1",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"pnp-webpack-plugin": "^1.5.0",
"popper.js": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-day-picker": "https://github.com/seowalex/react-day-picker.git#v7",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-input-autosize": "^2.2.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-sortable-hoc": "^1.10.1",
"react-textarea-autosize": "^7.1.2",
"react-toastify": "^5.5.0",
"react_ujs": "^2.6.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.3",
"webpack": "^4.41.2"
},
"version": "0.1.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"typed-scss-modules": "^1.0.1",
"webpack-dev-server": "^3.9.0"
}
}