-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 837 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
28
29
{
"name": "shareify",
"version": "0.0.1",
"description": "A webapp for democratizing music in public spaces",
"scripts": {
"tcss:dev": "npx tailwindcss build styles.css -o static/main.css",
"tcss:prod": "cross-env NODE_ENV=production npm run tcss:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Collective-Fullstack/communalspotify.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Collective-Fullstack/communalspotify/issues"
},
"homepage": "https://github.com/Collective-Fullstack/communalspotify#readme",
"dependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"preact": "^10.5.4",
"tailwindcss": "1.8.10",
"tailwindcss-aspect-ratio": "^3.0.0"
},
"devDependencies": {
"cross-env": "^7.0.2"
}
}