-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 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
{
"name": "@teach-stack/css",
"author": "Justin Forlenza",
"repository": "https://github.com/teach-stack/css",
"version": "0.1.4",
"license": "MIT",
"description": "A simple drop-in CSS framework for Teach Stack projects. Inspired by Graffiti CSS.",
"files": [
"dist"
],
"exports": {
".": "./dist/index.min.css"
},
"main": "index.min.css",
"type": "module",
"scripts": {
"build:css": "node ./build.js",
"build:vite": "vite build",
"dev": "vite"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"browserslist": "^4.28.1",
"lightningcss": "^1.30.2",
"lightningcss-cli": "^1.30.2",
"vite": "^7.3.1",
"jsx-dom": "^8.1.6"
},
"peerDependencies": {
"@fontsource-variable/space-grotesk": "^5.2.10"
},
"packageManager": "[email protected]"
}