mirror of
https://github.com/jlengrand/vanilla-js.git
synced 2026-03-10 08:51:24 +00:00
39 lines
974 B
JSON
39 lines
974 B
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": "rollup -c rollup.config.js"
|
|
},
|
|
"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/core": "^7.18.10",
|
|
"@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",
|
|
"babel-loader": "^8.2.5",
|
|
"nodemon": "^2.0.18",
|
|
"rollup": "^2.77.2"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|