-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 Bytes
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
{
"name": "talentbasket",
"private": true,
"engines": {
"node": ">=12.x <17.0.0"
},
"dependencies": {
"glib-web": "0.11.17",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@rails/webpacker": "^5.0.3",
"dotenv-webpack": "^1.7.0",
"driver.js": "^0.9.8",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-cli": "^2.9.6",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"vuelidate": "^0.7.5",
"webpacker-pwa": "^0.1.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.2.3",
"eslint-plugin-vuetify": "^1.0.0-beta.3",
"prettier": "^1.18.2",
"webpack-dev-server": "^3.3.1"
}
}