Базовые файлы проекта
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
/application_env
|
||||||
|
/node_modules
|
||||||
|
|
||||||
1
application_env.example
Normal file
1
application_env.example
Normal file
@@ -0,0 +1 @@
|
|||||||
|
local
|
||||||
1713
package-lock.json
generated
Normal file
1713
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "Liberama",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10.0.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"babel-eslint": "^6.0.0",
|
||||||
|
"eslint": "^5.4.0",
|
||||||
|
"eslint-plugin-html": "^1.4.0",
|
||||||
|
"eslint-plugin-node": "^8.0.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"lint": "eslint *.js"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"bluebird": "^3.5.3",
|
||||||
|
"express": "^4.16.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user