forked from pku-dev/bertuah-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 966 Bytes
/
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
{
"name": "bertuah-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "postcss tailwind.css -o assets/css/tailwind.css",
"dev:server": "yarn run http-server -p 9000 -c-1",
"dev:watch": "node_modules\\.bin\\watch \"yarn run build:css \" ./pages",
"dev": "npm-run-all --parallel dev:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pku-dev/bertuah-admin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pku-dev/bertuah-admin/issues"
},
"homepage": "https://github.com/pku-dev/bertuah-admin#readme",
"dependencies": {
"autoprefixer": "^10.4.2",
"http-server": "^14.1.0",
"nodemon": "^2.0.15",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.18",
"watch": "^1.0.2",
"yarn-run-all": "^3.1.1"
}
}