-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "metroidvaniacocos",
"version": "1.0.0",
"description": "an castlevania fangame made with cocos2ds",
"main": "index.js",
"author": "Peixonalta",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@nrwl/eslint-plugin-nx": "^11.1.5",
"@nrwl/nx": "^7.8.7",
"@nrwl/workspace": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier-eslint": "^12.0.0"
},
"dependencies": {
"prettier": "^2.2.1",
"typescript": "^4.1.3"
}
}