-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 780 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 780 Bytes
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
{
"name": "parcel-start",
"version": "0.0.0",
"description": "",
"source": "src/index.html",
"homepage": "https://iTflatApps.github.io/SmartNotes/",
"license": "AGPL-3.0",
"scripts": {
"dev": "parcel",
"build": "parcel build src/*.html --public-url /SmartNotes/",
"lighthouse": "lighthouse http://localhost:1234/ --output html --output-path ./report.html --view",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.7.0",
"@parcel/transformer-webmanifest": "^2.7.0",
"autoprefixer": "^10.4.8",
"parcel": "^2.7.0",
"posthtml-include": "^1.7.4"
},
"dependencies": {
"focus-visible": "^5.2.0"
},
"browserslist": [
"last 2 version",
"not dead",
"not ie <= 11"
]
}