-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.36 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
46
47
48
49
{
"name": "nanarinostyl",
"description": "style lib",
"version": "0.4.7",
"main": "./dist/nanarinostyl.min.css",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build:docs": "astro build",
"build:styl": "rma ./dist && mkdir dist && stylus ./src/lib/index.styl -p | csso -o ./dist/nanarinostyl.min.css",
"build:gh-pages": "astro build --base /nanarinostyl/",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nanarino/nanarinostyl.git"
},
"homepage": "https://nanarino.github.io/nanarinostyl/",
"keywords": [
"ui",
"stylus"
],
"author": "kogawananari",
"license": "MIT",
"bugs": {
"url": "https://github.com/nanarino/nanarinostyl/issues"
},
"peerDependencies": {
"stylus": ">=0.63.0"
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@holy-two/data-theme": "^0.0.6",
"@types/node": "^20.16.11",
"astro": "^4.16.3",
"astro-icon": "^1.1.1",
"copy-to-clipboard": "^3.3.3",
"css-doodle": "^0.34.11",
"csso-cli": "^4.0.2",
"dedent": "^1.5.3",
"rm-all": "^1.1.1",
"smooth-corners": "^1.0.8",
"stylus": "^0.63.0"
},
"files": [
"dist",
"src/lib"
]
}