-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 961 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.3.4",
"laravel-mix": "^6.0.49",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vue-loader": "^17.2.2"
},
"dependencies": {
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/state": "6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"codemirror": "^6.0.1",
"dayjs": "^1.11.9",
"element-plus": "^2.3.7",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.4"
}
}