-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 954 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
{
"name": "presque-website",
"version": "0.0.1",
"description": "Presque fini's website",
"repository": "https://github.com/presque-fini/presque-website",
"author": "Gaspacchio <gaspard.bariller@tutanota.com>",
"license": "MIT",
"dependencies": {
"circular-audio-wave": "https://github.com/kelvinau/circular-audio-wave",
"normalize.css": "8.0.1"
},
"devDependencies": {
"@parcel/packager-raw-url": "2.12.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-webmanifest": "2.12.0",
"copyfiles": "2.4.1",
"parcel": "2.12.0",
"prettier": "3.3.3",
"sass": "1.79.3"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build --public-url \"./\" \"src/index.html\" && copyfiles -f \"src/browserconfig.xml\" \"src/favicon.ico\" \"src/mstile*\" \"dist/\"",
"style": "prettier --write **/*{html,scss,js,md}"
}
}