boilerplate
This commit is contained in:
parent
70b6ff02a1
commit
818f3fea1d
File diff suppressed because it is too large
Load Diff
33
package.json
33
package.json
|
@ -2,12 +2,39 @@
|
||||||
"name": "weblgl",
|
"name": "weblgl",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A simple WebGL app to demonstrate my skills",
|
"description": "A simple WebGL app to demonstrate my skills",
|
||||||
"scripts": {
|
"scripts": {},
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.gaetanbrochard.dev/gbrochar/weblgl.git"
|
"url": "https://git.gaetanbrochard.dev/gbrochar/weblgl.git"
|
||||||
},
|
},
|
||||||
"author": "gbrochar",
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue