-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
{
"name": "thmcards",
"private": true,
"scripts": {
"start": "meteor run",
"debug-bundle": "meteor run --settings settings_debug.json --extra-packages bundle-visualizer --production",
"lint": "gulp codeCheck --gulpfile .gulpfile.js"
},
"pre-commit": {
"silent": true,
"run": [
"lint"
]
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"bcrypt": "^5.0.1",
"chart.js": "^2.9.4",
"dompurify": "^2.3.6",
"fibers": "^4.0.3",
"humanize-duration": "^3.27.1",
"ink-docstrap": "^1.3.2",
"jquery": "^1.9.1",
"jscs": "^3.0.7",
"knuth-shuffle-seeded": "^1.0.6",
"mathjs": "^9.5.2",
"meteor-node-stubs": "^0.4.1",
"mobile-detect": "^1.4.5",
"owl.carousel": "^2.3.4",
"plantuml-encoder": "^1.4.0",
"react": "^18.0.0",
"sweetalert2": "^8.19.0",
"tippy.js": "^6.3.7",
"web-push": "^3.4.5",
"wordcloud": "^1.2.2",
"worker-loader": "^2.0.0",
"wtc-barfystars": "^1.3.1",
"wtc-controller-element": "^1.1.1",
"xregexp": "^4.4.1",
"zingtouch": "^1.0.6"
},
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.1.0",
"gulp-watch": "^5.0.1",
"jshint": "^2.13.4",
"jshint-stylish": "^2.2.1",
"pre-commit": "^1.2.2"
},
"author": "",
"license": "ISC",
"description": ""
}