mirror of
https://github.com/jlengrand/vanilla-js.git
synced 2026-03-10 08:51:24 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "vanilla",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js",
|
|
"dev": "nodemon index",
|
|
"build": "npm run clean; rollup -c rollup.config.js",
|
|
"clean": "rimraf public/dist/**"
|
|
},
|
|
"dependencies": {
|
|
"@adyen/adyen-web": "^5.21.0",
|
|
"@adyen/api-library": "^11.0.0",
|
|
"ansi-regex": "^6.0.1",
|
|
"dot-prop": "^7.2.0",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"express-handlebars": "^6.0.6",
|
|
"minimist": "^1.2.6",
|
|
"morgan": "^1.10.0",
|
|
"node-gyp": "^9.0.0",
|
|
"undefsafe": "~2.0.5",
|
|
"uuidv4": "^6.2.13"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.18.10",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"nodemon": "^2.0.18",
|
|
"postcss": "^8.4.16",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.77.2",
|
|
"rollup-plugin-postcss": "^4.0.2"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|