This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.62 KB
/
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
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
{
"name": "server-emulator",
"version": "23.1.2",
"private": false,
"description": "Server emulator used to easily emulate the FS in a browser and allow streaming,downloading,deletion, etc.",
"author": {
"name": "Stefan Genov"
},
"scripts": {
"serve": "node cli.js",
"build": "vue-cli-service build",
"prepublishOnly": "npm run build",
"serve-dev": "pm2-runtime dev.ecosystem.config.js"
},
"dependencies": {
"archiver": "^3.1.1",
"axios": "^0.21.1",
"event_request": "^33.2.0",
"fs-browser": "^1.0.0",
"highlight.js": "^10.7.2",
"mv": "^2.1.1",
"pm2": "^4.5.6",
"register-service-worker": "^1.7.1"
},
"devDependencies": {
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"autoprefixer": "^9.8.6",
"mitt": "^2.1.0",
"postcss": "^7.0.35",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0"
},
"_id": "[email protected]",
"bin": {
"serve": "cli.js",
"server-emulator": "cli.js"
},
"bugs": {
"url": "https://github.com/Michaelpalacce/storage/issues"
},
"homepage": "https://github.com/Michaelpalacce/storage#readme",
"keywords": [
"storage",
"fs",
"server",
"file system",
"linux",
"windows",
"event_request",
"emulator"
],
"license": "GPL-3.0",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Michaelpalacce/Server.git"
}
}