-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "@sudoo/triforce",
"version": "3.12.0",
"description": "Base dependencies for TypeScript developments",
"repository": {
"type": "git",
"url": "git+https://github.com/SudoDotDog/Sudoo-Triforce.git"
},
"keywords": [
"sudoo"
],
"author": "WMXPY",
"license": "MIT",
"bugs": {
"url": "https://github.com/SudoDotDog/Sudoo-Triforce/issues"
},
"dependencies": {
"@sudoo/eslint-config": "1.9.0",
"@sudoo/eslint-config-react": "1.4.0",
"@sudoo/eslint-config-react-a11y": "1.0.0",
"@sudoo/mocha-config": "3.2.0",
"@sudoo/mocha-config-react": "4.1.0",
"@sudoo/mocha-config-react-native": "3.2.0",
"@sudoo/tsconfig": "1.6.0",
"@types/chai": "4.3.17",
"@types/chance": "1.1.6",
"@types/mocha": "10.0.8",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.6.0",
"chai": "5.1.1",
"chance": "1.1.12",
"cross-env": "7.0.3",
"eslint": "9.12.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.37.1",
"mocha": "10.7.3",
"nyc": "17.0.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
"homepage": "https://github.com/SudoDotDog/Sudoo-Triforce#readme"
}