-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
97 lines (97 loc) · 2.84 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
{
"name": "@mathigon/studio",
"description": "A platform for creating and hosting interactive, online courses.",
"version": "0.1.43",
"license": "(MIT AND CC-BY-SA-4.0 AND OFL-1.1)",
"repository": "mathigon/studio",
"bugs": "https://github.com/mathigon/studio/issues",
"engines": {
"node": ">=18"
},
"bin": {
"mgon-build": "build/index.js",
"mgon-secrets": "build/secrets.js",
"mgon-serve": "server/serve.ts",
"mgon-screenshots": "tests/screenshots.js"
},
"scripts": {
"lint": "eslint . --ext .ts,.js",
"lint-fix": "eslint . --ext .ts,.js --fix",
"test": "node tests/markdown/test.js",
"example": "cd docs/example && npm run dev",
"translate": "node build/index.js --translate --all --key google-service-account.json"
},
"dependencies": {
"@mathigon/boost": "1.2.27",
"@mathigon/core": "1.1.19",
"@mathigon/euclid": "1.2.0",
"@mathigon/fermat": "1.1.20",
"@mathigon/hilbert": "1.1.20",
"@sendgrid/mail": "8.1.3",
"@types/bcryptjs": "2.4.6",
"@types/compression": "1.7.5",
"@types/cookie-parser": "1.4.7",
"@types/express": "4.17.21",
"@types/express-flash": "0.0.5",
"@types/express-session": "1.18.0",
"@types/js-yaml": "4.0.9",
"@types/lusca": "1.7.5",
"@types/node-fetch": "2.6.11",
"@types/pug": "2.0.10",
"@types/validator": "13.12.0",
"@webcomponents/custom-elements": "1.6.0",
"autoprefixer": "10.4.19",
"autotrack": "2.4.1",
"bcryptjs": "2.4.3",
"body-parser": "1.20.2",
"chokidar": "3.6.0",
"compression": "1.7.4",
"connect-mongo": "5.1.0",
"cookie-parser": "1.4.6",
"cssnano": "6.1.2",
"date-fns": "2.30.0",
"esbuild": "0.23.0",
"express": "4.19.2",
"express-flash": "0.0.2",
"express-session": "1.18.0",
"glob": "10.4.5",
"html-entities": "2.5.2",
"html-minifier": "4.0.0",
"js-yaml": "4.1.0",
"jsdom": "23.2.0",
"lusca": "1.7.0",
"marked": "6.0.0",
"mathjax": "3.1.2",
"mongodb-memory-server": "9.4.1",
"mongodb": "6.8.0",
"mongoose": "8.5.2",
"node-fetch": "2.6.9",
"postcss": "8.4.40",
"postcss-inline-svg": "6.0.0",
"pug": "3.0.3",
"rtlcss": "4.2.0",
"sass": "1.77.8",
"tslib": "2.6.3",
"typescript": "5.5.4",
"validator": "13.12.0",
"web-animations-js": "2.3.2",
"xss": "1.0.15",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.57.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.29.1",
"tape": "5.8.1"
},
"optionalDependencies": {
"@google-cloud/secret-manager": "5.6.0",
"@google-cloud/text-to-speech": "5.3.0",
"@google-cloud/translate": "8.3.0",
"fluent-ffmpeg": "2.1.2",
"license-checker": "25.0.1",
"puppeteer": "22.15.0"
}
}