-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.4 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
{
"name": "springcloud",
"version": "1.0.0",
"description": "A simple and modern web-based dashboard application built using **Spring Boot** and **Thymeleaf**. This project allows users to manage their cloud files, upload, preview, download, and delete files in a secure and user-friendly environment.",
"main": "index.js",
"scripts": {
"dev:css": "tailwindcss -i ./src/main/resources/static/css/input.css -o ./src/main/resources/static/css/settings.css --watch",
"build:css": "tailwindcss -i ./src/main/resources/static/css/input.css -o ./src/main/resources/static/css/settings.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Verpxnter/SpringCloud.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Verpxnter/SpringCloud/issues"
},
"homepage": "https://github.com/Verpxnter/SpringCloud#readme",
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"browserslist": "^4.25.4",
"caniuse-lite": "^1.0.30001741",
"electron-to-chromium": "^1.5.215",
"escalade": "^3.2.0",
"fraction.js": "^4.3.7",
"nanoid": "^3.3.11",
"node-releases": "^2.0.20",
"normalize-range": "^0.1.2",
"picocolors": "^1.1.1",
"postcss-value-parser": "^4.2.0",
"source-map-js": "^1.2.1",
"update-browserslist-db": "^1.1.3"
}
}