-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "pomodoros",
"version": "0.15.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint",
"test": "jest --watch",
"test:dev": "NODE_ENV='test' next dev -p 3002",
"cypress:open": "cypress open"
},
"dependencies": {
"axios": "1.7.2",
"d-system": "0.42.1",
"mariadb": "3.3.0",
"next": "14.2.3",
"nextjs-cors": "2.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"styled-components": "6.1.11",
"supertokens-auth-react": "0.41.1",
"supertokens-node": "17.1.2",
"supertokens-web-js": "0.11.0"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "20.0.5",
"@bahmutov/cypress-esbuild-preprocessor": "2.2.0",
"@cucumber/cucumber": "10.8.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@types/jest": "^29.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cypress": "13.10.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.3",
"typescript": "5.4.5"
}
}