2021-11-16 21:14:46 -05:00
|
|
|
{
|
|
|
|
"name": "nestclientstarterapp-client",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2021-11-23 16:04:12 -05:00
|
|
|
"scripts": {
|
|
|
|
"watch": "parcel watch ./index.js --dist-dir ../static",
|
2021-12-04 22:45:20 -05:00
|
|
|
"build": "./node_modules/parcel/lib/cli.js build ./index.js --dist-dir ../static"
|
2021-11-23 16:04:12 -05:00
|
|
|
},
|
2021-11-16 21:14:46 -05:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2021-11-23 16:04:12 -05:00
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.0",
|
|
|
|
"parcel": "^2.0.1",
|
|
|
|
"postcss": "^8.3.11",
|
|
|
|
"tailwindcss": "^2.2.19"
|
|
|
|
},
|
2021-11-16 21:14:46 -05:00
|
|
|
"dependencies": {
|
|
|
|
"react": "^17.0.2",
|
2021-11-20 20:18:58 -05:00
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-router-dom": "6"
|
2021-11-16 21:14:46 -05:00
|
|
|
}
|
|
|
|
}
|