File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " my-first-vanilla-app-for-kaios" ,
3- "version" : " 1.0.0" ,
4- "description" : " A simple task application using only Vanilla" ,
5- "main" : " index.html" ,
6- "scripts" : {
7- "start" : " parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/" ,
8- "build" : " parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/" ,
9- },
10- "dependencies" : {},
11- "devDependencies" : {
12- "@babel/core" : " 7.2.0" ,
13- "parcel-bundler" : " ^1.6.1" ,
14- },
15- "keywords" : [
16- " vanilla" ,
17- " kaios"
18- ]
2+ "name" :" my-first-vanilla-app-for-kaios" ,
3+ "version" :" 1.0.0" ,
4+ "description" :" A simple task application using only Vanilla" ,
5+ "main" :" index.html" ,
6+ "scripts" :{
7+ "start" :" parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/" ,
8+ "build" :" parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/"
9+ },
10+ "dependencies" :{
11+
12+ },
13+ "devDependencies" :{
14+ "@babel/core" :" 7.2.0" ,
15+ "parcel-bundler" :" ^1.6.1"
16+ },
17+ "keywords" :[
18+ " vanilla" ,
19+ " kaios"
20+ ]
1921}
You can’t perform that action at this time.
0 commit comments