-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
45 lines (45 loc) · 1.09 KB
/
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
45
{
"name": "sakura.css",
"version": "1.5.0",
"description": "A minimal classless css theme. Just drop it in and watch the website blossom!",
"main": "css/sakura.css",
"scripts": {
"dev": "vite",
"bookmarklet": "mkdir -p dist && bookmarklet ./src/bookmarklet.js ./dist/bookmarklet.js",
"scss": "sass --no-source-map scss:css",
"scss:watch": "sass --no-source-map -w scss:css",
"build": "npm run scss",
"vercel-build": "vite build",
"test": "npx http-server",
"release": "bash release.sh"
},
"files": [
"css",
"scss",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/oxalorg/sakura.git"
},
"keywords": [
"css",
"theme",
"classless",
"web-design",
"minimal",
"default",
"reset"
],
"author": "Mitesh Shah <[email protected]> (https://oxal.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/oxalorg/sakura/issues"
},
"homepage": "https://oxal.org/projects/sakura/",
"devDependencies": {
"bookmarklet": "3.0.0",
"sass": "^1.53.0",
"vite": "^4.3.2"
}
}