-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.3 KB
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
{
"name": "react-shiba",
"version": "1.1.4",
"main": "build/index.js",
"license": "MIT",
"scripts": {
"run-script": "ts-node --project config/tsconfig.script.json",
"format": "yarn run-script script/format.ts",
"lint": "yarn run-script script/lint.ts",
"build": "yarn run-script script/build.ts",
"test": "TS_NODE_PROJECT='./config/tsconfig.test.json' mocha --require ts-node/register ./test/**/*.test.ts"
},
"files": [
"build/**"
],
"devDependencies": {
"@iamyth/logger": "1.0.6",
"@iamyth/prettier-config": "0.0.1",
"@types/node": "17.0.25",
"eslint-config-iamyth": "0.0.9",
"prettier": "2.6.2",
"ts-node": "10.7.0",
"typescript": "4.6.3",
"@react-rxjs/core": "0.9.5",
"@react-rxjs/utils": "0.9.5",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-router": "6.3.0"
},
"dependencies": {
"axios": "0.26.1",
"immer": "9.0.12",
"rxjs": "7.5.5",
"@react-rxjs/core": "0.9.5",
"@react-rxjs/utils": "0.9.5"
},
"peer-dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router": "^6.3.0"
}
}