-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 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
{
"name": "approvals",
"private": true,
"dependencies": {
"@rails/ujs": "6.1.7-6",
"lux-design-system": "^5.6.3",
"postcss-import": "^15.1.0",
"vue": "^3.4.0"
},
"scripts": {
"lint": "eslint app/javascript/**/*.{js,vue}",
"test": "jest"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@happy-dom/jest-environment": "^13.1.4",
"@vitejs/plugin-vue": "^5.0.1",
"@vue/test-utils": "^2.0.0-0",
"@vue/vue3-jest": "29.2.6",
"babel-core": "^7.0.0-bridge",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"eslint": "^5.11.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-vue": "^9.18.1",
"jest": "^29.7.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.3.0",
"sass": "^1.69.5",
"vite": "^5.0.0",
"vite-plugin-ruby": "^5.1.0",
"vue-eslint-parser": "^9.4.0"
},
"jest": {
"roots": [
"app/javascript/test"
],
"moduleDirectories": [
"node_modules",
"app/javascript"
],
"testEnvironment": "@happy-dom/jest-environment",
"moduleNameMapper": {
"^@/(.*)$": "app/javascript/$1"
},
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.vue$": "@vue/vue3-jest"
}
},
"resolutions": {
"jackspeak": "2.1.1"
}
}