-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.53 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "parcel-app",
"private": true,
"source": [
"src/pages/index.html",
"src/pages/sobre.html",
"src/pages/contato.html",
"src/pages/politica-privacidade.html",
"src/pages/barbante.html",
"src/pages/medidor-online.html",
"src/pages/regua.html",
"src/pages/tabela.html",
"src/pages/404.html",
"src/pages/thanks.html",
"src/pages/aneleira.html",
"src/pages/bastao-medidor.html",
"src/pages/sitemap.xml",
"src/pages/blog.html",
"src/pages/aneis-de-diferentes-culturas.html",
"src/pages/aneis-personalizados.html",
"src/pages/aneis-vintages-e-antigos.html",
"src/pages/como-cuidar-dos-aneis.html",
"src/pages/como-escolher-anel.html",
"src/pages/como-usar-aneis.html",
"src/pages/historia-dos-aneis.html",
"src/pages/significado-dos-aneis-no-dedo.html",
"src/pages/significado-dos-aneis.html",
"src/pages/tendencias-de-aneis.html",
"src/pages/aneis-de-compromisso.html",
"src/pages/aneis-de-noivado-tendencias-para-2023.html",
"src/pages/diamantes-vs-pedras-preciosas.html",
"src/pages/como-usar-diversos-aneis.html",
"src/pages/aneis-masculinos.html"
],
"staticFiles": {
"staticPath": [
"./src/assets/",
"./src/robots.txt",
"./src/ads.txt"
]
},
"scripts": {
"start": "parcel --port 3000",
"build": "parcel build && cp ./src/robots.txt ./dist && cp ./src/ads.txt ./dist"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.7.0",
"@parcel/packager-xml": "^2.7.0",
"@parcel/transformer-jsonld": "^2.7.0",
"@parcel/transformer-posthtml": "^2.7.0",
"@parcel/transformer-sass": "^2.7.0",
"@parcel/transformer-vue": "^2.7.0",
"@parcel/transformer-webmanifest": "^2.7.0",
"@parcel/transformer-xml": "^2.7.0",
"parcel": "^2.7.0",
"parcel-plugin-static-files-copy": "^2.6.0",
"parcel-reporter-static-files-copy": "^1.4.0",
"posthtml": "^0.16.6",
"posthtml-expressions": "^1.11.4",
"posthtml-extend": "^0.6.5",
"posthtml-include": "^1.7.4",
"posthtml-markdownit": "^1.3.0",
"posthtml-shorten": "^1.0.0"
},
"description": "This is a vanilla web app built with [Parcel](https://parceljs.org).",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Akistapace/ring-gauge.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Akistapace/ring-gauge/issues"
},
"homepage": "https://github.com/Akistapace/ring-gauge#readme",
"dependencies": {
"bootstrap-icons": "^1.10.2"
}
}