-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "sofia",
"private": true,
"scripts": {
"lint": "eslint 'app/javascript/**/*.{js,vue}'"
},
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@popperjs/core": "^2.11.7",
"@rails/webpacker": "^5.4.4",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.4.0",
"babel-loader": "^8.3.0",
"bootstrap": "^5.2.3",
"css-loader": "^6.7.3",
"jquery": "^3.6.4",
"moment": "^2.29.4",
"popper.js": "^1.16.1",
"postcss-cssnext": "^3.1.1",
"remove-accents": "^0.4.4",
"turbolinks-animate": "^3.2.1",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-resource": "^1.5.3",
"vue-template-compiler": "^2.7.14",
"vue-turbolinks": "^2.2.2",
"webfontloader": "^1.6.28",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"eslint": "^8.40.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^9.11.0",
"sass-lint": "^1.13.1",
"webpack-dev-server": "^4.14.0"
},
"packageManager": "[email protected]"
}