-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.43 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
{
"name": "@lostsolution/optimistron",
"packageManager": "yarn@1.22.19",
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"bun-types": "^1.0.26",
"clsx": "^2.0.0",
"eslint": "^8.56.0",
"formik": "^2.4.5",
"idb": "^8.0.0",
"imask": "^7.3.0",
"lodash": "^4.17.21",
"loglevel": "^1.9.1",
"mermaid": "^10.7.0",
"otpauth": "^9.2.2",
"papaparse": "^5.4.1",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.1",
"redux-saga": "^1.3.0",
"redux-thunk": "^3.1.0",
"serve": "^14.2.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@reduxjs/toolkit": "^2.1.0",
"redux": "^5.0.1"
},
"scripts": {
"build:esm": "tsc -p tsconfig.esm.json",
"build:usecases": "bun build ./usecases/index.tsx --outdir ./usecases/dist --entry-naming [dir]/[name].[ext] --asset-naming [name].[ext] --target browser",
"serve:usecases": "bun serve ./usecases/",
"watch:usecases": "bun build:usecases --watch"
},
"version": "0.0.1",
"main": "index.js",
"author": "Edvin CANDON <edvin.candon@proton.ch>",
"license": "MIT"
}