23 lines
452 B
JSON
Executable File
23 lines
452 B
JSON
Executable File
{
|
|
"name": "planet",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "http-server -c-1 -p 8080"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"gulp-run-command": "^0.0.10",
|
|
"http-server": "^14.1.1",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2"
|
|
}
|
|
}
|