-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.4 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.4 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "@code-expert/sync",
"version": "1.0.2",
"description": "",
"scripts": {
"setup": "scripts/setup",
"clean:setup": "scripts/clean-setup",
"build": "dotenv -c -- vite build",
"clean:build": "rm -rf dist && rm -rf src-tauri/target",
"dev": "dotenv -c -- tauri dev",
"=== TEST ===": "",
"test": "yarn lint && yarn test:unit",
"test:unit": "dotenv -c -- vitest run",
"test:rust": "cargo test --manifest-path src-tauri/Cargo.toml",
"watch:test": "dotenv -c -- vitest watch",
"=== LINT ===": "",
"lint": "concurrently \"yarn:lint:*\"",
"lint:format": "prettier --check --cache --cache-strategy content \"./src/**/*.{js,jsx,ts,tsx,json,less,html}\" \"!./src/build/**/*\"",
"lint:static": "eslint . --cache --cache-strategy content --ext .js,.jsx,.ts,.tsx",
"lint:ts": "dotenv -c -- tsc --build",
"lint:rust": "cargo fmt --manifest-path src-tauri/Cargo.toml --all --check",
"=== STORYBOOK ===": "",
"storybook": "dotenv -c -- storybook dev -p 6006",
"storybook:build": "dotenv -c -- storybook build",
"storybook:test": "npx chromatic --project-token=af98efe0a6a9",
"=== UTILITIES ===": "",
"clean": "concurrently \"yarn:clean:*\"",
"dev:server": "dotenv -c -- vite",
"dev:preview": "dotenv -c -- vite preview",
"=== LIFE CYCLE HOOKS ===": "",
"postinstall": "SKIP_INSTALL=true yarn setup"
},
"license": "MIT",
"resolutions": {
"@ant-design/icons": "git+https://github.com/CodeExpertETH/antd-fa-icons.git#commit=a79c67087a9999ef81378f634d22d86ecaa0a491"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.2",
"@appsignal/javascript": "^1.3.26",
"@ctrl/tinycolor": "latest",
"@devexperts/remote-data-ts": "^2.1.1",
"@emotion/hash": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "latest",
"@fortawesome/free-brands-svg-icons": "latest",
"@fortawesome/free-regular-svg-icons": "latest",
"@fortawesome/free-solid-svg-icons": "latest",
"@frp-ts/core": "^1.0.0-beta.3",
"@frp-ts/react": "^1.0.0-beta.3",
"@noble/hashes": "latest",
"@tauri-apps/api": "^1.5.1",
"@types/throttle-debounce": "^5.0.2",
"antd": "^5.10.3",
"base64url": "^3.0.1",
"conditional-type-checks": "^1.0.6",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^2.29.3",
"eslint-plugin-storybook": "latest",
"fast-check": "^3.13.2",
"fast-deep-equal": "^3.1.3",
"fp-ts": "latest",
"fp-ts-laws": "^0.3.0",
"io-ts": "^2.2.20",
"io-ts-reporters": "^2.0.1",
"io-ts-types": "^0.5.19",
"monocle-ts": "^2.3.13",
"nanoid": "^5.0.2",
"newtype-ts": "^0.3.5",
"normalize-exception": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fontawesome-svg-icon": "^1.1.2",
"react-hotkeys-hook": "latest",
"tauri-plugin-store-api": "git+https://github.com/tauri-apps/tauri-plugin-store",
"throttle-debounce": "^5.0.2",
"tslib": "latest",
"vite-plugin-eslint": "^1.8.1",
"vitest": "latest"
},
"devDependencies": {
"@code-expert/configs-typescript": "^0.2.3",
"@code-expert/eslint-config-prettier-typescript-react": "latest",
"@code-expert/prettier-config": "^0.1.0",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/blocks": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/react-vite": "^7.5.2",
"@storybook/testing-library": "latest",
"@tauri-apps/cli": "^1.5.6",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/node": "18.18.4",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "latest",
"chromatic": "^7.6.0",
"concurrently": "^8.2.2",
"dotenv-cli": "latest",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "latest",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"jsdom": "^22.1.0",
"prettier": "latest",
"prop-types": "^15.8.1",
"pure-rand": "latest",
"storybook": "^7.5.2",
"typescript": "latest",
"vite": "^4.5.2",
"vite-plugin-top-level-await": "^1.3.1",
"vitest-github-actions-reporter": "^0.10.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --ext .js,.jsx,.ts,.tsx"
],
"*.(js|jsx|html|css|md|mts|ts|tsx|less|json)": [
"prettier --write"
]
},
"readme": "ERROR: No README data found!",
"packageManager": "yarn@3.5.1"
}