-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 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
39
40
41
42
43
44
45
46
47
48
{
"name": "catlovers",
"version": "1.0.0",
"description": "A website for cat lovers",
"keywords": [
"HTML",
"CSS",
"Cat",
"Lovers"
],
"license": "MIT",
"author": {
"name": "Lucas Alves",
"email": "lucas.alves.capristrano59@gmail.com"
},
"scripts": {
"build": "parcel build index.html --public-url ./",
"dev": "parcel index.html --open",
"start": "pnpm run build && pnpm run dev",
"test:e2e": "cypress open"
},
"dependencies": {
"@andreasremdt/simple-translator": "^2.0.4"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.16.4",
"@parcel/transformer-webmanifest": "^2.16.4",
"ajv": "^8.18.0",
"cypress": "^15.14.0",
"minimatch": "^10.2.5",
"parcel": "^2.16.4",
"posthtml": "^0.16.7",
"posthtml-include": "^2.0.1",
"process": "^0.11.10",
"sharp": "0.33.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"@firebase/util",
"@parcel/watcher",
"@swc/core",
"lmdb",
"msgpackr-extract",
"protobufjs",
"sharp"
]
}
}