-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 905 Bytes
/
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
{
"name": "avocado",
"version": "1.6.0",
"private": false,
"description": "Procvičování znalostí a dovedností pro děti nejen základních škol.",
"repository": {
"url": "https://github.com/jirihofman/avocado"
},
"author": {
"email": "jiri.hofman@gmail.com",
"name": "Jiří Hofman",
"url": "https://github.com/jirihofman"
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start -p 4038",
"lint": "eslint . --ext .js,.jsx"
},
"dependencies": {
"emojisplosion": "^4.0.0",
"eslint-config-next": "^15.1.4",
"lodash": "^4.17.21",
"next": "^15.1.6",
"react": "^19.0.0",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^19.0.0"
},
"devDependencies": {
"cypress": "^13.16.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-react": "^7.37.2"
}
}