This repository was archived by the owner on Jan 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.75 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.75 KB
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
{
"name": "kuriki",
"version": "1.0.0",
"description": "Organizing Curriculum Outcomes for Teachers",
"keywords": [
"manitoba",
"math",
"science",
"social",
"studies",
"kindergarten",
"curriculum",
"framework",
"outcomes",
"implementation",
"grade",
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"essential",
"applied",
"chemistry",
"physics",
"ela",
"englisn",
"language",
"arts"
],
"homepage": "https://github.com/Jared-Gross/Kuriki#readme",
"bugs": {
"url": "https://github.com/Jared-Gross/Kuriki/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jared-Gross/Kuriki.git"
},
"license": "GPL-3.0",
"author": "Jared Gross",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --config src/config/webpack.dev.js",
"build": "webpack --config src/config/webpack.prod.js",
"deploy": "npm run build && firebase deploy --only hosting"
},
"dependencies": {
"@toast-ui/editor": "^3.2.2",
"beercss": "^3.13.3",
"easy-qrcode": "^0.1.0",
"firebase": "^12.8.0",
"flatpickr": "^4.6.13",
"fuse.js": "^7.1.0",
"idb": "^8.0.3",
"katex": "^0.16.27",
"material-dynamic-colors": "^1.1.2",
"material-file-icons": "^2.4.0",
"rehype-format": "^5.0.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-breaks": "^4.0.0",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"swapy": "^1.0.5",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/firebase": "^3.2.3",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"depcheck": "^1.4.7",
"esbuild": "^0.27.2",
"esbuild-loader": "^4.4.2",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"glob-all": "^3.3.1",
"html-webpack-plugin": "^5.6.5",
"mini-css-extract-plugin": "^2.10.0",
"purgecss-webpack-plugin": "^7.0.2",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3",
"workbox-webpack-plugin": "^7.4.0"
}
}