forked from RCOSDP/GakuNinLMS-LTI-MC
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
129 lines (129 loc) · 4.29 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
{
"name": "chibichilo",
"version": "2.5.0",
"main": "index.js",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/npocccties/chibichilo"
},
"workspaces": [
"server"
],
"devDependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@meikidd/videojs-hlsjs-plugin": "^1.0.18",
"@mui/base": "^5.0.0-beta.20",
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.142",
"@mui/material": "^5.14.7",
"@mui/styles": "^5.14.7",
"@mui/x-date-pickers": "^6.12.1",
"@openapitools/openapi-generator-cli": "^2.7.0",
"@rooks/use-previous": "^4.11.2",
"@storybook/addon-a11y": "^7.4.0",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/nextjs": "^7.4.0",
"@storybook/react": "^7.4.0",
"@types/events": "^3.0.0",
"@types/flat": "^5.0.2",
"@types/hh-mm-ss": "^1.2.1",
"@types/jest": "^29.5.4",
"@types/json2csv": "^5.0.3",
"@types/lodash.groupby": "^4.6.7",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/vimeo__player": "^2.18.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vimeo/player": "^2.20.1",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-tsc": "^2.0.0",
"events": "^3.3.0",
"flat": "^5.0.2",
"glob": "^10.3.4",
"hh-mm-ss": "^1.2.0",
"iso-639-1": "^3.0.1",
"jest": "^29.6.4",
"jotai": "^2.4.1",
"json2csv": "^5.0.7",
"just-group-by": "^2.2.0",
"lodash.groupby": "^4.6.0",
"lodash.throttle": "^4.1.1",
"material-ui-confirm": "^3.0.9",
"next": "^13.4.19",
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"pathpida": "^0.22.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-d3-cloud": "^1.0.6",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-infinite-scroll-hook": "^4.1.1",
"react-markdown": "^8.0.7",
"react-use": "^17.4.0",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"search-query-parser": "^1.6.0",
"storybook": "^7.4.0",
"strict-event-emitter-types": "^2.0.0",
"strip-markdown": "^5.0.1",
"swr": "^2.2.2",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"use-debounce": "^9.0.4",
"video.js": "^8.5.2",
"videojs-seek-buttons": "^4.0.3",
"videojs-youtube": "^3.0.1",
"yn": "^5.0.0"
},
"scripts": {
"test": "jest",
"dev": "run-p dev:*",
"dev:app": "next",
"dev:path": "pathpida --watch",
"dev:server": "yarn --cwd server dev",
"compile": "run-p compile:*",
"compile:prisma": "yarn --cwd server build:prisma",
"compile:pathpida": "pathpida",
"build": "run-s compile build:static build:export build:server",
"build:static": "run-p build:{license,storybook,next}",
"build:license": "NODE_ENV=development yarn licenses generate-disclaimer > public/LICENSE",
"build:storybook": "storybook build -o public/storybook",
"build:next": "next build",
"build:export": "next export -o server/dist/public",
"build:server": "yarn --cwd server build:app",
"build:openapi": "openapi-generator-cli generate",
"zoom:import": "yarn --cwd server zoom:import",
"start": "yarn --cwd server start",
"vercel-build": "run-s compile build:static build:server && rm -rf public/api/v2/swagger && mkdir -p public/api/v2/swagger && cp -a server/dist/static public/api/v2/swagger/static",
"format": "prettier --write .",
"lint": "run-s compile 'lint:eslint {@}' --",
"lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "yarn lint --fix",
"lint:fix:report": "yarn lint:fix --output-file eslint_report.json --format json",
"storybook": "storybook dev -s ./public"
},
"engines": {
"node": "^16.13.0 || ^18.12.0 || ^20.0.0"
},
"dependencies": {
"@twemoji/api": "^15.0.3"
}
}