mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 10:52:11 +00:00
Removed node Dependency
This commit is contained in:
parent
fd2390e4e7
commit
890757f1c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,7 +9,6 @@ cache/
|
||||
|
||||
# Exclude dependencies
|
||||
/vendor/
|
||||
/node_modules/
|
||||
|
||||
# exclude logs
|
||||
/logs/*
|
||||
|
40
package.json
40
package.json
@ -1,40 +0,0 @@
|
||||
{
|
||||
"name": "admin-panel",
|
||||
"version": "1.0.0",
|
||||
"main": "none",
|
||||
"repository": "git@gitlab.com:delta-wings/adminpanel.git",
|
||||
"author": "Avior <florian.bouillon@delta-wings.net>",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"eslint": "^5.15.3",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-config-recommended": "^2.1.0",
|
||||
"stylelint-config-standard": "^18.2.0"
|
||||
},
|
||||
"stylelint": {
|
||||
"extends": "stylelint-config-standard",
|
||||
"ignorFiles": [
|
||||
"vendor/**"
|
||||
]
|
||||
},
|
||||
"eslintConfig": {
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"extends": "standard",
|
||||
"globals": {
|
||||
"Atomics": "readonly",
|
||||
"SharedArrayBuffer": "readonly"
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user