forked from fossunited/fossunited
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.15 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
{
"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",
"lint": "eslint .",
"format": "prettier --write ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@knadh/autocomp": "^1.1.0",
"petite-vue": "^0.4.1"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-jinja-template": "^1.5.0",
"tailwindcss": "^3.4.1"
}
}