-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1022 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
35
{
"name": "droak.sh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tailwindcss -i ./src/style.css -o ./public/static/css/style.css & webpack && webpack-dev-server --hot --port 8085",
"build": "tailwindcss -i ./src/style.css -o ./public/static/css/style.css && webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-roak/droak.sh.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/d-roak/droak.sh/issues"
},
"homepage": "https://github.com/d-roak/droak.sh#readme",
"dependencies": {
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@tailwindcss/language-server": "^0.0.7",
"@types/node": "^20.11.16",
"tailwindcss": "^3.1.8",
"typescript-language-server": "^1.0.0"
}
}