-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 932 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
28
29
30
31
32
{
"name": "home-page",
"version": "1.0.0",
"description": "",
"source": "./index.html",
"scripts": {
"first-run": "npm config set script-shell powershell",
"push": "git push; sshgo \" sudo ./deploy.sh casamia \" ",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -recurse -force ./dist; parcel build ./index.html; copy -recurse -force ./assets ./dist/",
"dev": "npx parcel index.html"
},
"author": "lscambo13",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"expressjs": "^1.0.1"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.11.0",
"@parcel/transformer-webmanifest": "^2.11.0",
"eslint": "^8.7.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-promise": "^6.1.1",
"os-browserify": "^0.3.0",
"parcel": "^2.11.0",
"prettier": "^2.5.1"
}
}