-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.38 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.38 KB
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
70
71
72
73
74
75
{
"name": "vulcan_vue",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@rails/actioncable": "^8.0.201",
"@rails/activestorage": "^8.0.201",
"@rails/ujs": "^7.1.3-4",
"axios": "1.12.2",
"bootstrap": "4.6.2",
"bootstrap-icons": "^1.13.1",
"bootstrap-vue": "^2.13.0",
"dompurify": "^3.3.1",
"easymde": "^2.20.0",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"marked": "^17.0.1",
"moment": "^2.29.4",
"monaco-editor": "0.32.1",
"popper.js": "^1.16.1",
"shiki": "^3.22.0",
"turbolinks": "^5.2.0",
"v-linkify": "^1.0.12",
"vue": "~2.7.16",
"vue-loader": "^15.10.0",
"vue-monaco": "^1.2.2",
"vue-multiselect": "^2.1.9",
"vue-template-compiler": "~2.7.16",
"vue-turbolinks": "^2.1.0"
},
"version": "2.3.7",
"devDependencies": {
"@eslint/js": "^9.33.0",
"@vitejs/plugin-vue2": "^2.3.4",
"@vitest/coverage-v8": "^4.0.18",
"@vue/test-utils": "1",
"chokidar-cli": "^3.0.0",
"concurrently": "^9.1.2",
"esbuild": "^0.25.0",
"esbuild-sass-plugin": "^3.3.1",
"esbuild-vue": "^1.2.2",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-vue": "^9.6.0",
"jsdom": "^27.4.0",
"prettier": "3.6.2",
"sass": "^1.85.1",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"scripts": {
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"lint": "eslint --fix --ext .js,.vue app/javascript",
"lint:ci": "eslint --max-warnings 0 --ext .js,.vue app/javascript",
"build": "node esbuild.config.js",
"build:css": "sass ./app/javascript/application.scss:./app/assets/builds/application.css --load-path=node_modules",
"build:watch": "chokidar 'app/javascript/**/*' -c 'yarn build'",
"dev": "concurrently \"rails server\" \"yarn build:watch\"",
"docs:dev": "cd docs && yarn dev",
"docs:build": "cd docs && yarn build",
"docs:preview": "cd docs && yarn preview"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"resolutions": {
"loader-utils": ">=1.4.1",
"json5": ">=1.0.2",
"postcss": ">=8.4.31",
"brace-expansion": ">=1.1.12",
"axios": "<=1.14.0"
}
}