-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "wk_reader",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"debug": "cross-env NODE_OPTIONS=\"--inspect=9300\" && next",
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" && jest"
},
"dependencies": {
"bootstrap": "^5.2.3",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"kuroshiro-analyzer-mecab": "^1.0.1",
"next": "13.1.0",
"next-pwa": "^5.6.0",
"react-papaparse": "^4.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-furi": "^2.0.0",
"react-markdown": "^8.0.4",
"react-hook-form": "^7.41.1",
"react-icons": "^4.7.1"
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"@swc/core": "^1.3.24",
"@swc/jest": "^0.2.24",
"eslint": "^8.32.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-webpack-plugin": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"engines" : {
"node" : ">=18.0.0 <19.0.0"
}
}