-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
144 lines (144 loc) · 4.11 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@ss-search/source",
"version": "1.8.1",
"description": "The most basic, yet powerful text search.",
"keywords": [
"search",
"typescript",
"simple",
"fast",
"text",
"full-text",
"browser",
"node",
"indexed",
"JavaScript",
"array",
"object",
"easy"
],
"homepage": "https://github.com/yann510/ss-search",
"bugs": {
"url": "https://github.com/yann510/ss-search/issues"
},
"author": {
"name": "Yann Thibodeau",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yann510/ss-search"
},
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"format:check:ci": "nx format:check",
"format:check:local": "nx format:check --base=origin/master",
"format:write": "nx format:write --base=origin/master",
"lint:all": "nx run-many --target=lint --all",
"test:all": "nx run-many --target=test --all",
"build:all": "nx run-many --target=build --all",
"exports:check": "attw --pack dist/ss-search/.",
"pre-run:ci:local": "npm run format:write && nx run-many --targets=lint --fix && nx run-many --targets=build,test",
"benchmark": "nx run benchmark:build && node dist/benchmark/main.js",
"web-app:serve": "nx run web-app:serve",
"netlify:deploy": "nx run web-app:build --prod && netlify deploy --prod --dir=dist/web-app"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.8",
"@mui/material": "5.14.8",
"@swc/helpers": "0.5.13",
"axios": "1.7.7",
"flexsearch": "0.6.32",
"fuse.js": "6.6.2",
"fuzzysort": "2.0.4",
"js-search": "2.0.1",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"lunr": "2.3.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-highlight-words": "0.20.0",
"react-router-dom": "6.15.0",
"recharts": "2.8.0",
"tslib": "2.6.2",
"tss-react": "4.9.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
"@nx/esbuild": "19.8.8",
"@nx/eslint": "19.8.8",
"@nx/eslint-plugin": "19.8.8",
"@nx/jest": "19.8.8",
"@nx/js": "19.8.8",
"@nx/node": "19.8.8",
"@nx/react": "19.8.8",
"@nx/rollup": "19.8.8",
"@nx/rspack": "19.8.0",
"@nx/vite": "19.8.8",
"@nx/workspace": "19.8.8",
"@rspack/cli": "1.0.5",
"@rspack/core": "1.0.5",
"@rspack/dev-server": "1.0.5",
"@rspack/plugin-minify": "0.7.5",
"@rspack/plugin-react-refresh": "1.0.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@testing-library/react": "15.0.6",
"@types/benchmark": "2.1.2",
"@types/jest": "29.5.14",
"@types/js-search": "1.4.0",
"@types/lodash": "4.14.198",
"@types/lodash-es": "4.17.12",
"@types/lunr": "2.3.5",
"@types/node": "18.19.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-highlight-words": "0.16.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-jest": "29.7.0",
"benchmark": "2.1.4",
"esbuild": "0.19.9",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.4.1",
"netlify": "13.1.10",
"netlify-cli": "17.37.0",
"nx": "19.8.8",
"prettier": "2.8.8",
"react-refresh": "~0.14.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsup": "8.3.5",
"typescript": "5.5.4",
"vite": "5.4.9",
"vitest": "2.1.3"
},
"nxrelease": {
"repositoryUrl": "https://github.com/yann510/ss-search",
"tagFormat": "v${version}",
"buildTarget": "ss-search:build",
"outputPath": "dist/ss-search",
"gitAssets": [
"CHANGELOG.md",
"package.json",
"package-lock.json",
"ss-search/package.json",
"ss-search/package-lock.json",
"web-app/src/assets/benchmarkResults.json"
]
}
}