Initial commit from create-parcel
This commit is contained in:
commit
32aad3bfd3
5 changed files with 2088 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "parcel-vanilla-starter",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"source": "src/index.html",
|
||||
"scripts": {
|
||||
"start": "parcel",
|
||||
"build": "parcel build"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"parcel": "^2.14.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue