-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 794 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 794 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
{
"name": "astro-web-indexer",
"version": "1.0.0",
"description": "*Stop navigating folders. Start exploring your sky.*",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node build-css.js",
"watch": "node_modules/.bin/tailwindcss -i ./src/assets/css/input.css -o ./src/assets/css/output.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michelegz/astro-web-indexer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/michelegz/astro-web-indexer/issues"
},
"homepage": "https://github.com/michelegz/astro-web-indexer#readme",
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18"
}
}