-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 950 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
37
38
39
{
"esversion": 9,
"name": "synth-punk",
"version": "1.0.0",
"main": "audioTone.ts",
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.0.4",
"autoprefixer": "^9",
"jquery": "^3.6.0",
"jshint": "^2.12.0",
"parcel": "1.12.3",
"postcss": "^8",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tone": "^14.7.77",
"yarn": "^1.22.10"
},
"resolutions": {
"@babel/preset-env": "7.13.8"
},
"devDependencies": {
"typescript": "^4.0.5"
},
"scripts": {
"start": "parcel index.html",
"build:css": "tailwind build src/style.css -o dist/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alestry-perez/synth-punk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alestry-perez/synth-punk/issues"
},
"homepage": "https://github.com/alestry-perez/synth-punk#readme",
"description": ""
}