-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.27 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "axie-game-js-test-01",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.tsx,.ts",
"lint:fix": "eslint . --ext .js,.tsx,.ts --fix"
},
"dependencies": {
"@axieinfinity/mixer": "1.0.1",
"ethers": "^5.7.1",
"lodash": "^4.17.21",
"next": "12.3.1",
"next-secure-headers": "^2.2.0",
"next-transpile-modules": "^9.0.0",
"pixi-spine": "1.6.2",
"pixi-viewport": "4.3.1",
"pixi.js": "4.8.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.55.0"
},
"devDependencies": {
"@types/classnames": "2.3.1",
"@types/lodash": "4.14.185",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"prettier": "2.7.1",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
}
}