initial implementation of arkanoid.ts
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "parcel serve --host 0.0.0.0 src/index.htm",
|
||||
"type": "tsc --noEmit",
|
||||
"lint": "eslint --ext .ts,.tsx,.js,.jsx ./src",
|
||||
"lint:fix": "eslint --ext .ts,.tsx,.js,.jsx ./src --fix",
|
||||
"prettier": "prettier --write 'src/**/*.{ts,tsx,json,md,js,scss}'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.11.1",
|
||||
"@typescript-eslint/parser": "^4.11.1",
|
||||
"eslint": "^7.17.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"parcel": "^2.0.0-rc.0",
|
||||
"tslib": "^2.0.3",
|
||||
"typescript": "^4.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-plugin-react": "^7.26.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user