-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.78 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
{
"name": "backlogup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backup": "run-s backup:issue backup:textsearch",
"backup:issue": "tsx scripts/backlog/index.mts",
"backup:textsearch": "tsx scripts/textsearch/index.mts",
"build": "vite build"
},
"author": "COMMON CREATION, Co., Ltd.",
"license": "MIT",
"devDependencies": {
"@types/flexsearch": "^0.7.3",
"@types/isomorphic-fetch": "^0.0.36",
"@types/isomorphic-form-data": "^2.0.1",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"dotenv": "^16.3.1",
"npm-run-all": "^4.1.5",
"rome": "^12.1.3",
"tsx": "^3.12.7",
"typescript": "^5.1.5",
"vite": "^4.3.9"
},
"dependencies": {
"@better-hooks/lifecycle": "^1.1.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.6",
"@mui/x-data-grid": "^6.9.0",
"@vitejs/plugin-react": "^4.0.1",
"backlog-js": "^0.13.0",
"dayjs": "^1.11.8",
"flexsearch": "0.7.21",
"isomorphic-fetch": "^3.0.0",
"isomorphic-form-data": "^2.0.0",
"kuromojin": "^3.0.0",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.0",
"react-syntax-highlighter": "^15.5.0",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-markdown": "^0.0.1",
"sanitize.css": "^13.0.0",
"strip-markdown": "^5.0.1",
"typestyle": "^2.4.0",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-tsconfig-paths": "^4.2.0"
},
"private": true
}