forked from fossunited/fossunited
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 852 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
{
"name": "fossunited",
"version": "1.0.0",
"description": "<div align=\"center\"> <img alt=\"fossunited logo\" src=\".github/logo.png\" width=\"150px\" height=\"120px\"> </div>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "cd dashboard && yarn install",
"dev": "cd dashboard && yarn dev --host",
"build": "yarn build-tailwind && yarn build-dashboard",
"build-tailwind": "npx tailwindcss -i ./fossunited/templates/base.css -o ./fossunited/public/css/styles.css",
"build-dashboard": "cd dashboard && yarn build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@knadh/autocomp": "^1.1.0",
"petite-vue": "^0.4.1"
},
"devDependencies": {
"tailwindcss": "^3.4.1"
}
}