boilerplate

This commit is contained in:
gbrochar 2020-11-22 11:37:13 +01:00
parent 70b6ff02a1
commit 818f3fea1d
2 changed files with 5674 additions and 3 deletions

5644
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,39 @@
"name": "weblgl",
"version": "1.0.0",
"description": "A simple WebGL app to demonstrate my skills",
"scripts": {
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://git.gaetanbrochard.dev/gbrochar/weblgl.git"
},
"author": "gbrochar",
"license": "AGPL-3.0-only"
"license": "AGPL-3.0-only",
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime-corejs3": "^7.12.5",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"babel-loader": "^8.2.1",
"concurrently": "^5.3.0",
"core-js": "^3.7.0",
"eslint": "^7.14.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.21.5",
"eslint-webpack-plugin": "^2.4.0",
"nodemon": "^2.0.6",
"typescript": "^4.1.2",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.4.0",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"ejs": "^3.1.5",
"express": "^4.17.1"
}
}