-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"name": "anonymous-youtube-playlist-generator",
"version": "1.0.0",
"repository": "https://github.com/RodrigoWebDev/anonymous-youtube-playlist-generator.git",
"author": "Rodrigo Queiroz <rodrigo.queiroz.chagas@gmail.com>",
"license": "MIT",
"scripts": {
"start": "parcel src/index.html --open",
"start-no-cache": "parcel src/index.html --no-cache --open",
"build": "parcel build src/index.html",
"lint": "standard --fix",
"test:open": "cypress open",
"test": "cypress run"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"cypress": "^10.4.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.5.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.13",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"standard": "^17.0.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.0.24",
"url": "^0.11.0",
"util": "^0.12.4"
},
"dependencies": {
"htm": "^3.1.1",
"preact": "^10.7.1",
"sweetalert2": "^11.4.10"
}
}