-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 941 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 941 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
33
34
35
36
37
38
39
40
41
{
"name": "oncss",
"version": "1.2.12",
"description": "A CSS framework for modern web development.",
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"type": "module",
"scripts": {
"start": "makepack start",
"build": "makepack build",
"release": "makepack release"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"makepack": "^1.7.27",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"typescript": "^5.9.3"
},
"keywords": [
"css",
"oncss",
"styles",
"web development",
"frontend"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/oncss.git"
},
"bugs": {
"url": "https://github.com/yourusername/oncss/issues"
},
"dependencies": {
"youid": "^1.0.13"
}
}