-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.48 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.48 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
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"format": "prettier --write 'resources/**/*.{js,scss,vue}'"
},
"devDependencies": {
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"axios": "^1.2.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.8.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.19",
"postcss-import": "^15.0.1",
"prettier": "^2.8.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"vue-loader": "^17.0.1"
},
"dependencies": {
"@toast-ui/editor": "^3.2.1",
"@toast-ui/editor-plugin-chart": "^3.0.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/editor-plugin-table-merged-cell": "^3.1.0",
"@toast-ui/editor-plugin-uml": "^3.0.1",
"@toast-ui/vue-editor": "^3.2.2",
"dompurify": "^2.4.1",
"highlight.js": "^11.7.0",
"prismjs": "^1.29.0",
"to-mark": "^1.1.9",
"tui-color-picker": "^2.2.8",
"vue": "^3.2.45"
}
}