-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
{
"name": "flat-provider",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ScarletFlash/flat-provider.git"
},
"bugs": {
"url": "https://github.com/ScarletFlash/flat-provider/issues"
},
"author": {
"name": "Fedor Usakov",
"email": "[email protected]",
"url": "https://scarletflash.github.io/"
},
"scripts": {
"build": "ts-node --project tsconfig.root.json ./build.script.ts",
"test": "jest --config ./jest.config.ts",
"formatter:check": "prettier --cache --cache-location .prettiercache --cache-strategy content --check .",
"formatter:fix": "prettier --cache --cache-location .prettiercache --cache-strategy content --write ."
},
"peerDependencies": {
"react": ">=18.0.0"
},
"devDependencies": {
"@npm/types": "^2.0.0",
"@types/node": "^22.0.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"react": "^18.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-dts": "^4.0.0",
"prettier": "^3.0.0"
},
"engines": {
"pnpm": "9.12.2",
"node": "22.10.0"
},
"packageManager": "[email protected]"
}