-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
75 lines (75 loc) · 2.09 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
{
"private": true,
"name": "edubadges",
"version": "0.0.1",
"license": "MIT",
"resolutions": {
"acorn": "8.0.1",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"core-js": "^3.6.4",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"file-loader": "^6.0.0",
"git-revision-webpack-plugin": "^3.0.6",
"html-webpack-partials-plugin": "^0.8.0",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^0.8.0",
"node-notifier": "^9.0.0",
"postcss": "^8.4.31",
"prettier": "^2.0.4",
"regenerator-runtime": "^0.13.5",
"sass": "^1.55.0",
"serialize-javascript": "^3.1.0",
"serve": "^14.2.4",
"style-loader": "^1.0.0",
"svelte": "^3.49.0",
"svelte-loader": "2.13.6",
"svelte-preprocess": "^3.9.10",
"svg-inline-loader": "^0.8.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.47.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
},
"scripts": {
"build:prod": "cross-env NODE_ENV=production webpack",
"build": "cross-env webpack",
"dev": "webpack serve --open --port 4000",
"test": "jest src",
"test:watch": "npm run test -- --watch",
"stats": "webpack-bundle-analyzer public/stats.json"
},
"dependencies": {
"@bytemd/plugin-gfm": "^1.10.13",
"@zerodevx/svelte-json-view": "^1.0.7",
"bytemd": "^1.10.13",
"copy-to-clipboard": "^3.3.1",
"cross-spawn": "^7.0.6",
"dompurify": "2.5.4",
"highcharts": "^9.2.2",
"i18n-js": "^3.3.0",
"js-cookie": "^2.2.1",
"jwt-decode": "^2.2.0",
"marked": "^4.0.10",
"moment": "^2.29.4",
"qrcode": "^1.5.4",
"svelte-copy": "^1.4.1",
"svelte-file-dropzone": "^0.0.15",
"svelte-json-tree": "^0.1.0",
"svelte-routing": "^1.4.2",
"svelte-select": "^3.10.0",
"svelty-picker": "^3.4.5"
},
"performance": {
"hints": true
}
}