-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·65 lines (65 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·65 lines (65 loc) · 1.59 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
{
"name": "super-forum",
"version": "1.0.0",
"description": "SuperForum",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mix": "npx mix watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhuchunshu/SuperForum.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhuchunshu/SuperForum/issues"
},
"homepage": "https://github.com/zhuchunshu/SuperForum#readme",
"dependencies": {
"@fancyapps/ui": "^4.0.4",
"@popperjs/core": "^2.10.1",
"add": "^2.0.6",
"alpinejs": "^3.2.2",
"anchor-js": "^4.3.1",
"axios": "^0.21.1",
"codemirror": "^5.62.3",
"copy-to-clipboard": "^3.3.1",
"css-what": "^5.0.1",
"daisyui": "^1.9.0",
"downloadjs": "^1.4.7",
"glob-parent": "^5.1.2",
"hover.css": "^2.3.2",
"izitoast": "^1.4.0",
"js-base64": "^3.7.2",
"laravel-mix": "^6.0.20",
"mithril": "^2.0.4",
"notyf": "^3.10.0",
"paper-audio-player": "^0.0.2",
"pjax": "^0.2.8",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.3.0",
"tippy.js": "^6.3.1",
"vditor": "^3.8.6",
"vue": "^3.1.1",
"vue-cookie": "^1.1.4",
"vue-terminal": "^1.2.0",
"yarn": "^1.22.11"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.1.1",
"autoprefixer": "^10.3.1",
"naive-ui": "^2.15.4",
"postcss": "^8.3.5",
"resolve-url-loader": "^3.1.3",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.2.4",
"vfonts": "^0.1.0",
"vue-loader": "^16.2.0"
}
}