-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1013 Bytes
/
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
{
"name": "@dknight/puff",
"version": "0.7.2",
"description": "Full-featured, lightweight CSS framework that maintained",
"main": "dist/puff.css",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node build.js",
"watch": "npx nodemon --watch './src' -e 'css' build.js",
"serve": "node build.js && browser-sync ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dknight/puff.git"
},
"keywords": [
"css",
"micro",
"light",
"lightweight",
"framework",
"lightweight-framework"
],
"engines": {
"npm": ">=9.6.6",
"node": ">=18.16.1"
},
"author": "Dmitri Smirnov",
"license": "MIT",
"bugs": {
"url": "https://github.com/dknight/puff/issues"
},
"homepage": "https://github.com/dknight/puff#readme",
"devDependencies": {
"browser-sync": "^3.0.2",
"browserslist": "^4.23.1",
"lightningcss": "^1.25.1",
"nodemon": "^3.1.3",
"replace-in-file": "^7.2.0"
}
}