-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"dependencies": {
"@rails/webpacker": "5.1.1",
"axios": "^0.19.2",
"bootstrap-vue": "^2.20.1",
"cytoscape": "^3.17.0",
"devour-client": "^2.1.1",
"flush-promises": "^1.0.0",
"karma-sourcemap-loader": "^0.3.8",
"pluralize": "^7.0.0",
"vue": "2.6.11",
"vue-loader": "^15.9.5",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.25",
"axios-mock-adapter": "^1.19.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.0.0",
"eslint-plugin-jasmine": "^4.1.1",
"eslint-plugin-vue": "^6.2.2",
"jasmine-core": "^3.6.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^3.3.1",
"karma-webpack": "^4.0.2",
"mini-css-extract-plugin": "^0.7.0",
"webpack-dev-server": "^3.11.0"
},
"name": "limber",
"scripts": {
"lint": "eslint --ext .js --ext .vue app/javascript",
"test": "karma start --single-run"
}
}