-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.85 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
{
"name": "signes-edu365",
"version": "1.2.2",
"description": "Diccionari Multimèdia de Signes de Catalunya",
"main": "index.js",
"keywords": [
"education",
"educació",
"sign language",
"català",
"Llenguatge de Signes Català",
"LSC",
"edu365",
"dictionary",
"diccionari"
],
"author": {
"name": "Catalan Educational Telematic Network (XTEC)",
"email": "[email protected]",
"url": "http://xtec.gencat.cat"
},
"contributors": [
{
"name": "Francesc Busquets",
"email": "[email protected]",
"url": "https://github.com/frncesc"
}
],
"repository": {
"type": "git",
"url": "https://github.com/projectestac/edu365-signes.git"
},
"bugs": {
"url": "https://github.com/projectestac/edu365-signes/issues"
},
"licenses": [
{
"type": "EUPL-1.2",
"url": "https://spdx.org/licenses/EUPL-1.2.html"
}
],
"license": "EUPL-1.2",
"readmeFilename": "README.md",
"homepage": "http://edu365.cat/signes",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"query-string": "^9.1.1",
"react": "^19.0.0",
"react-bootstrap": "^2.10.7",
"react-bootstrap-typeahead": "^6.3.4",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production && ln -sfn ../public/data dist/data"
},
"browserslist": "> 0.25%, not dead"
}