forked from avo-hq/avo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.96 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
{
"name": "avo",
"description": "The most beautiful, easy-to-use Ruby on Rails admin framework",
"main": "index.js",
"author": "Adrian Marin <[email protected]>",
"license": "Commercial",
"private": true,
"dependencies": {
"@algolia/autocomplete-js": "^1.0.0-alpha.46",
"@algolia/autocomplete-theme-classic": "^1.0.0-alpha.46",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@hotwired/turbo-rails": "^7.0.0-beta.2",
"@rails/activestorage": "^6.0.2-1",
"@rails/ujs": "^6.1.0",
"@rails/webpacker": "^6.0.0-beta.6",
"@stimulus/mutation-observers": "^2.0.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/jit": "^0.1.17",
"@tailwindcss/typography": "^0.2.0",
"autoprefixer": "^10.2.5",
"axios": "^0.21.2",
"codemirror": "^5.59.3",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"flatpickr": "^4.6.9",
"lodash": "^4.17.21",
"luxon": "^1.26.0",
"mini-css-extract-plugin": "^1.4.0",
"mousetrap": "^1.6.5",
"postcss": "^8.2.10",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.2.0",
"postcss-nested": "^5.0.4",
"postcss-nested-ancestors": "^2.0.0",
"postcss-preset-env": "^6.7.0",
"simplemde": "^1.11.2",
"stimulus": "^2.0.0",
"stimulus-use": "^0.23.0",
"tailwindcss": "^2.1.1",
"tippy.js": "^6.3.0",
"toastr": "^2.1.4",
"trix": "^1.3.1",
"urijs": "^1.19.7"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"webpack-dev-server": "^3.11.2"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}