forked from vtambourine/it61-rails
-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
61 lines (61 loc) · 1.91 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
{
"name": "it52-rails",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:NNRUG/it52-rails.git",
"author": "Nick Kugaevsky <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-typescript": "^7.16.7",
"@material/button": "^2.3.0",
"@material/card": "^2.3.0",
"@material/chips": "^2.3.0",
"@material/drawer": "^2.3.0",
"@material/fab": "^2.3.0",
"@material/icon-button": "^2.3.0",
"@material/layout-grid": "^0.41.0",
"@material/list": "^2.3.0",
"@material/menu": "^2.3.0",
"@material/menu-surface": "^2.3.0",
"@material/ripple": "^2.3.0",
"@material/select": "^2.3.0",
"@material/tab-bar": "^2.3.0",
"@material/theme": "^1.1.0",
"@material/top-app-bar": "^2.3.0",
"@material/typography": "^2.3.0",
"@rails/ujs": "^7.0.2-2",
"@rails/webpacker": "^5.4.0",
"@tarekraafat/autocomplete.js": "^7.0.1",
"@types/google.analytics": "^0.0.42",
"babel-loader": "^8.0.6",
"bootstrap-sass": "3.4.1",
"flatpickr": "^4.6.1",
"simplemde": "^1.11.2",
"snyk": "^1.611.0",
"turbolinks": "^5.2.0",
"typescript": "^4.5.5",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"lint": "eslint 'app/javascript/**/*.ts'"
},
"snyk": false
}