-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 963 Bytes
/
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
{
"name": "fluent-snippets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vue/compiler-sfc": "^3.5.13",
"laravel-mix": "^6.0.49",
"sass": "^1.84.0",
"sass-loader": "^16.0.4",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vue-loader": "^17.4.2"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/state": "6.5.2",
"@codemirror/theme-one-dark": "^6.1.2",
"codemirror": "^6.0.1",
"dayjs": "^1.11.13",
"element-plus": "^2.9.4",
"fuse.js": "^7.1.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.5.0"
}
}