-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "roninjin10",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=18",
"pnpm": ">=7"
},
"repository": {
"type": "git",
"url": "https://github.com/roninjin10/stax.git"
},
"scripts": {
"typecheck": "nx run-many --target=typecheck",
"test": "nx run-many --target=test",
"build": "nx run-many --target=build",
"serve": "nx run-many --target=serve",
"serve:docker": "docker-compose up",
"lint": "nx run-many --target=lint",
"lint:check": "nx run-many --target=lint:check",
"release": "pnpm publish -r --access=public",
"release:dry": "pnpm publish -r --access=public --dry-run"
},
"license": "MIT",
"packageManager": "pnpm@7.18.2",
"dependencies": {
"@nrwl/nx-cloud": "^15.0.3",
"dotenv": "^16.0.3",
"eslint-plugin-import": "^2.27.5",
"nx": "^15.6.3",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"solhint": "^3.3.8",
"solhint-plugin-prettier": "^0.0.5",
"typescript": "^4.9.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-typescript": "^7.18.6",
"@nrwl/devkit": "^15.6.3",
"@nxrs/cargo": "^0.3.3",
"@types/node": "^18.13.0",
"@typescript-eslint/parser": "^5.51.0",
"babel": "^6.23.0",
"concurrently": "^7.6.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.8.0",
"eslint-plugin-react-query": "^1.3.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"gitmoji-cli": "^7.1.0",
"prettier": "^2.8.3",
"ts-node": "^10.9.1",
"wait-on": "^7.0.1"
}
}