2019-01-22 00:41:13 -08:00
|
|
|
{
|
|
|
|
"name": "gues-kucinako",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "greg <greg.shuflin@protonmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/preset-react": "^7.0.0",
|
2019-07-23 02:41:53 -07:00
|
|
|
"parcel": "^1.12.3",
|
2019-01-22 00:41:13 -08:00
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0"
|
2019-01-22 00:52:44 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-22 01:43:57 -08:00
|
|
|
"@babel/core": "^7.1.6",
|
|
|
|
"@babel/preset-env": "^7.1.6",
|
|
|
|
"@babel/preset-react": "^7.0.0",
|
2019-01-25 02:19:22 -08:00
|
|
|
"parcel-bundler": "^1.11.0",
|
|
|
|
"sass": "^1.16.1"
|
2019-01-22 00:52:44 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "parcel index.html",
|
2019-01-26 02:54:07 -08:00
|
|
|
"build": "parcel build index.html",
|
|
|
|
"deploy": "sudo cp dist/* /srv/http-kucinako/ && sudo chown -R http:http /srv/http-kucinako"
|
2019-01-22 00:41:13 -08:00
|
|
|
}
|
|
|
|
}
|