-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.76 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.76 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
{
"name": "web-flashcards",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node dist/index.js",
"develop": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@jcubic/tagger": "^0.6.2",
"@svgmoji/openmoji": "^3.2.0",
"@types/nunjucks": "^3.2.6",
"ace-builds": "^1.43.4",
"ace-code-editor": "^1.2.3",
"assert": "^2.1.0",
"brace": "^0.11.1",
"braces": "^3.0.3",
"buffer": "^6.0.3",
"csv-parse": "^5.6.0",
"emoji-js": "^3.8.1",
"emojibase-data": "^16.0.2",
"english-plurals": "^3.3.1",
"english-plurals-list": "^3.3.1",
"english-verbs": "^1.1.4",
"english-verbs-helper": "^3.3.1",
"firebase": "^11.1.0",
"german-determiners": "^5.3.1",
"german-verbs": "^5.3.1",
"german-verbs-dict": "^3.3.1",
"german-words": "^5.3.1",
"german-words-dict": "^3.3.1",
"glslify": "^7.1.1",
"lambert-w-function": "^3.0.0",
"mapbox-gl": "^1.13.3",
"nunjucks": "^3.2.4",
"openmoji": "^15.1.0",
"papaparse": "^5.4.1",
"plotly": "^1.0.6",
"plotly.js": "^2.35.3",
"plotly.js-basic-dist": "^2.35.3",
"pluralize-me": "^1.1.1",
"talkify": "^2.2.0",
"terser-webpack-plugin": "^5.3.11",
"typescript": "^5.7.2",
"uuid": "^11.0.3",
"uuid-by-string": "^4.0.0"
},
"devDependencies": {
"@types/ace": "^0.0.52",
"@types/jest": "^30.0.0",
"@types/node": "^22.10.2",
"@types/plotly.js": "^2.35.1",
"jest": "^30.0.0",
"json-loader": "^0.5.7",
"ts-jest": "^29.4.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}