-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.35 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
{
"name": "insiemento",
"version": "0.2.0",
"private": true,
"engines": {
"node": "16.x"
},
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@mdi/font": "^6.2.95",
"@rails/actioncable": "^6.1.7",
"@rails/activestorage": "^6.1.7",
"@rails/ujs": "^6.1.7",
"@rails/webpacker": "5.4.3",
"actioncable-vue": "^2.4.6",
"ansi-regex": "^5.0.1",
"axios": "^1.7.7",
"dart-sass": "^1.25.0",
"decode-uri-component": "^0.2.2",
"json-schema": "^0.4.0",
"lodash": "^4.17.20",
"moment": "^2.29.4",
"node-forge": "^1.3.0",
"node-sass": "^7.0.3",
"nth-check": "^2.0.1",
"postcss": "^8.4.21",
"sass-loader": "^10.4.1",
"serialize-javascript": "^3.1.0",
"string-similarity": "^4.0.4",
"tar": "^4.4.18",
"trim-newlines": "3.0.1",
"turbolinks": "^5.2.0",
"uuid": "^3.4.0",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-loader": "^15.10.1",
"vue-router": "^3.6.5",
"vue-stripe-elements-plus": "^0.3.2",
"vue-template-compiler": "^2.7.16",
"vuelidate": "^0.7.7",
"vuetify": "^2.7.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"vue-cli-plugin-moment": "^0.1.1",
"vue-cli-plugin-vuetify": "^2.0.3",
"vuetify-loader": "^1.3.0",
"webpack-dev-server": "^3.10.1"
},
"browserslist": [
"defaults",
"IE 11"
]
}