-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 882 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
36
{
"name": "singalong",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && mv dist singalong",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "npm run build",
"deploy": "gh-pages -d singalong"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"gh-pages": "^6.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stu-bell/singalong.git"
},
"author": "Stuart Bell",
"license": "MIT",
"bugs": {
"url": "https://github.com/stu-bell/singalong/issues"
},
"homepage": "https://github.com/stu-bell/singalong",
"dependencies": {
"fuzzball": "^2.1.2"
}
}