forked from sanger/sequencescape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@rails/ujs": "^7.0.2",
"@ttskch/select2-bootstrap4-theme": "^1.5.2",
"bootstrap": "^4.6.0",
"datatables.net-bs4": "^1.11.3",
"datatables.net-buttons-bs4": "^2.1.1",
"datatables.net-fixedcolumns-bs4": "^4.0.1",
"datatables.net-fixedheader-bs4": "^3.2.1",
"datatables.net-responsive-bs4": "^2.2.9",
"datatables.net-rowgroup-bs4": "^1.1.4",
"datatables.net-rowreorder-bs4": "^1.2.8",
"jquery": "^3.5.0",
"jsbarcode": "^3.11.5",
"jszip": "^3.7.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.2.3",
"sass": "^1.51.0",
"select2": "^4.1.0-rc.0",
"sortablejs": "^1.15.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.5.1",
"whatwg-fetch": "^3.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@prettier/plugin-ruby": "^2.0.0",
"@testing-library/jest-dom": "^5.11.2",
"@vitejs/plugin-legacy": "^1.6.4",
"@vue/test-utils": "^1.0.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.2.2",
"eslint": "^7.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-vue": "^6.2.2",
"jest": "^26.2.2",
"miragejs": "^0.1.40",
"prettier": "^2.3.0",
"vite": "^2.7.7",
"vite-plugin-ruby": "^3.0.5",
"vite-plugin-vue2": "^1.9.3",
"vue-jest": "^3.0.6"
},
"scripts": {
"test": "jest",
"lint": "eslint --ext .js --ext .vue app/frontend",
"lintOnly": "eslint --ext .js --ext .vue"
},
"jest": {
"roots": [
"app/frontend"
],
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.(vue)$": "vue-jest",
"^.+\\.js$": "babel-jest"
}
}
}