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.
37 lines
1.0 KiB
37 lines
1.0 KiB
{
|
|
"name": "2020-2021-angular-ecma-tp",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/node": "^7.12.16",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
|
"@babel/plugin-transform-destructuring": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@babel/preset-stage-3": "^7.8.3",
|
|
"axios": "^0.21.1",
|
|
"fastify": "^3.12.0",
|
|
"nodemon": "^2.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "5.0.9",
|
|
"prettier": "2.2.1",
|
|
"pretty-quick": "3.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node --experimental-modules index.js ",
|
|
"format:write": "prettier --write \"**/*.{js,vue,json,ts,tsx,md,yml,html}\"",
|
|
"format:check": "prettier --list-different \"**/*.{js,vue,json,ts,tsx,md,yml,html}\""
|
|
},
|
|
"engines": {
|
|
"node": "12.16.1"
|
|
},
|
|
"type": "module",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|