-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 881 Bytes
/
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
{
"name": "mention-collection_com",
"private": true,
"dependencies": {
"@rails/webpacker": "3.5",
"actioncable": "^5.2.1",
"activestorage": "^5.2.1",
"autolink": "https://github.com/egoist/autolink.js#master",
"axios": "^0.18.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"rails-ujs": "^5.2.1",
"semantic-ui-sass": "^2.3.1",
"semantic-ui-vue": "^0.3.3",
"vue": "^2.5.17",
"vue-loader": "14.2.2",
"vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"webpack-dev-server": "2.11.2"
},
"scripts": {
"eslint": "node_modules/.bin/eslint . --ext .vue,.js ",
"eslint-fix": "node_modules/.bin/eslint . --fix --ext .vue,.js"
}
}