webgl/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2020-11-22 09:45:29 +00:00
{
"name": "weblgl",
"version": "1.0.0",
"description": "A simple WebGL app to demonstrate my skills",
2020-11-22 10:37:13 +00:00
"scripts": {},
2020-11-22 09:45:29 +00:00
"repository": {
"type": "git",
"url": "https://git.gaetanbrochard.dev/gbrochar/weblgl.git"
},
"author": "gbrochar",
2020-11-22 10:37:13 +00:00
"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"
}
2020-11-22 09:45:29 +00:00
}