-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 846 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": "wtt-v3",
"packageManager": "[email protected]",
"scripts": {
"dev": "parcel src/*.html --port 55321 --no-source-maps --no-cache",
"build:parcel": "parcel build src/*.html --no-source-maps --no-cache --no-content-hash",
"clean": "rm -rf dist/*",
"build": "yarn run clean && yarn run build:parcel"
},
"license": "MIT",
"author": "Marta Bires",
"devDependencies": {
"@parcel/packager-raw-url": "2.6.2",
"@parcel/packager-xml": "2.6.2",
"@parcel/resolver-glob": "^2.6.2",
"@parcel/transformer-sass": "2.6.2",
"@parcel/transformer-webmanifest": "2.6.2",
"@parcel/transformer-xml": "2.6.2",
"parcel": "^2.6.2",
"postcss": "^8.2",
"postcss-preset-env": "^7.7.2"
},
"dependencies": {
"@parcel/config-default": "^2.6.2",
"parcel-reporter-static-files-copy": "^1.3.4"
}
}