-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
40
41
{
"name": "dd-psychology",
"version": "1.0.0",
"description": "DD psychology - gabinet psychologiczny Dominiki Jazowskiej i Dominiki Wąchadło",
"default": "src/index.ts",
"source": [
"src/index.html"
],
"scripts": {
"start": "parcel src/index.html src/o-nas/index.html src/uslugi/index.html src/cennik/index.html src/polityka-prywatnosci/index.html",
"build": "parcel build src/**/*.html src/styles.scss src/index.ts && node copyStatic.js"
},
"keywords": [
"gabinet",
"psychologiczny",
"gabet",
"psycholog",
"pomoc",
"dzieci",
"młodzież",
"dorośli",
"wsparcie",
"fachowa",
"pomoc",
"innowacyjne",
"kreatywne"
],
"author": "DasminX",
"license": "ISC",
"devDependencies": {
"@parcel/compressor-gzip": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
"@rbf/parcel-optimizer-javascript-obfuscator": "^0.2.2",
"parcel": "^2.9.3",
"sharp": "^0.31.3",
"typescript": "^5.1.6"
},
"dependencies": {
"swiper": "^10.0.4"
}
}