-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 892 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 892 Bytes
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
{
"name": "scoop",
"version": "0.8.1",
"description": "Simple Components of Object-Oriented Programming",
"repository": {
"type": "git",
"url": "https://github.com/mirdware/scoop"
},
"scripts": {
"start": "vite build",
"dev": "concurrently \"vite\" \"php -S localhost:8001 app/router.php\""
},
"author": "Marlon Ramirez <marlonramirez@outlook.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-proposal-decorators": "^7.29.0",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@vitejs/plugin-legacy": "^7.2.1",
"concurrently": "^9.2.1",
"nib": "^1.2.0",
"stylus": "^0.64.0",
"vite": "^7.3.1",
"vite-plugin-babel": "^1.5.1",
"vite-plugin-static-copy": "^3.2.0"
},
"dependencies": {
"@spawm/resource": "^0.1.3",
"fa-stylus": "^0.3.2",
"scalar": "^0.3.4"
}
}