Add Templates Html + Gulp Sass + Css + Basic Tree and Files

- Add Templates Html
- Gulp Sass
- Css
- Basic Tree and Files
This commit is contained in:
Mandar
2020-12-04 20:17:51 +01:00
parent 9332985ec7
commit a0a99eb08c
60 changed files with 7771 additions and 34 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "l5r5e",
"version": "1.0.0",
"description": "This is a game system for Legend of the Five Rings (5th edition) by Edge Studio",
"main": "index.js",
"scripts": {
"compile": "gulp css",
"watch": "gulp watch",
"prettier": "prettier --quote-props=preserve --print-width=5000 --write"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/teaml5r/l5r5e.git"
},
"author": "Team L5r",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/teaml5r/l5r5e/issues"
},
"homepage": "https://gitlab.com/teaml5r/l5r5e#readme",
"devDependencies": {
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-sass": "^4.1.0"
}
}