-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (95 loc) · 2.39 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
{
"name": "jclic-repo",
"title": "JClic repo",
"version": "2.2.0",
"description": "Dynamic repository of JClic activities",
"main": "src/index.js",
"keywords": [
"JClic",
"jclic",
"education",
"OER",
"educació",
"cards",
"react",
"javascript",
"webcomponents",
"game",
"games",
"puzzle",
"puzzles",
"activities"
],
"author": {
"name": "Catalan Educational Telematic Network (XTEC)",
"email": "[email protected]",
"url": "http://clic.xtec.cat"
},
"contributors": [
{
"name": "Francesc Busquets",
"email": "[email protected]",
"url": "https://github.com/frncesc"
}
],
"repository": {
"type": "git",
"url": "https://github.com/projectestac/jclic-repo"
},
"bugs": {
"url": "https://github.com/projectestac/jclic-repo/issues"
},
"licenses": [
{
"type": "EUPL-1.2",
"url": "https://spdx.org/licenses/EUPL-1.2.html"
}
],
"license": "EUPL-1.2",
"readmeFilename": "README.md",
"homepage": "https://projectestac.github.io/jclic-repo",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.7",
"@mui/material": "^6.1.7",
"@supercharge/promise-pool": "^3.2.0",
"assert": "^2.1.0",
"file-saver": "^2.0.5",
"filesize": "^10.1.6",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^15.1.1",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^9.2.1",
"dotenv-webpack": "^8.1.0",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"lint": "eslint src/**/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": "> 0.25%, not dead"
}