This repository was archived by the owner on Aug 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.9 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@nofrixion/moneymoov",
"peerDependencies": {
"@tanstack/react-query": "^4.32.0",
"axios": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"private": false,
"version": "0.0.20",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'",
"format": "prettier --write src//**/*.{ts,tsx} --config ./.prettierrc",
"preview": "vite preview",
"prepare": "husky install",
"pretty-quick": "pretty-quick --staged"
},
"main": "./dist/nofrixion-clients.es.js",
"module": "./dist/nofrixion-clients.es.js",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@tanstack/react-query": "^4.32.0",
"axios": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"react-hooks": "^1.0.1",
"terser": "^5.19.2",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-css-injected-by-js": "^3.2.1",
"vite-plugin-dts": "^3.3.1",
"vite-plugin-linter": "^2.0.2",
"vite-tsconfig-paths": "^4.2.0"
},
"keywords": [],
"author": "NoFrixion",
"bugs": {
"url": "https://github.com/nofrixion/nofrixion.clients/issues"
},
"homepage": "https://github.com/nofrixion/nofrixion.clients#readme",
"license": "MIT"
}