-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 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
{
"engines": {
"node": ">=16.0.0 <17"
},
"dependencies": {
"@braid/vue-formulate": "^2.5.3",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.16",
"@rails/webpacker": "^5.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/postcss7-compat": "^2.2.9",
"@tailwindcss/typography": "^0.5.2",
"airbrake-js": "^1.4.0",
"autoprefixer": "^10.4.7",
"axios": "^1.7.4",
"axios-case-converter": "^0.6.0",
"canvas": "^2.8.0",
"chart.js": "^2.7.2",
"chroma-js": "^1.3.7",
"cross-fetch": "^3.0.5",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^4.0.0",
"filestack-js": "^3.32.0",
"flatpickr": "^4.2.4",
"i18n-js": "^4.1.1",
"ini": "1.3.8",
"lodash": "^4.18.1",
"luxon": "^2.5.0",
"node-notifier": "8.0.1",
"postcss": "^8.4.14",
"sweetalert2": "^11.0",
"tailwindcss": "^3.1.3",
"url-search-params": "^0.10.0",
"v-tooltip": "^2.0.2",
"vue": "^2.6.11",
"vue-dragula": "^1.3.1",
"vue-loader": "^15.9.3",
"vue-password-strength-meter": "^1.3.0",
"vue-router": "^3.0.1",
"vue-select": "https://github.com/Iridescent-CM/vue-select.git#iridescent-customization-from-v2.5.1",
"vue-template-compiler": "^2.6.11",
"vue-turbolinks": "^2.2.0",
"vue2-filters": "^0.3.0",
"vuex": "^3.0.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.7.1",
"webpack-dev-server": "^3.11.3"
}
}