You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.4 KiB

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"axios": "^0.19.2",
"crispy-css": "^3.0.0",
"escape-html": "^1.0.3",
"fastify": "^2.14.1",
"fastify-plugin": "^1.6.1",
"fastify-static": "^2.7.0",
"form-serialize": "^0.7.2",
"lowdb": "^1.0.0",
"pouchdb-node": "^7.2.1",
"riot": "^4.13.1",
"uniqid": "^5.2.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@riotjs/webpack-loader": "^4.0.3",
"cross-env": "^7.0.2",
"laravel-mix": "^5.0.4",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}