Update package.json
This commit is contained in:
parent
70a8768906
commit
59096faec9
2 changed files with 11037 additions and 952 deletions
11986
package-lock.json
generated
11986
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -38,7 +38,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "parcel ./src/index.html",
|
"dev": "parcel ./src/index.html",
|
||||||
"start": "node index.js",
|
"start": "PORT=1234 /opt/homebrew/bin/node index.js",
|
||||||
"prestart": "parcel build ./src/index.html",
|
"prestart": "parcel build ./src/index.html",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|
@ -46,6 +46,7 @@
|
||||||
"jsx": "react"
|
"jsx": "react"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/node": "^16.11.12",
|
||||||
"node-sass-package-importer": "^5.3.2"
|
"node-sass-package-importer": "^5.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue