-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 834 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 834 Bytes
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
{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next start",
"cypress:script": "node scripts/currents-script.js",
"cypress:script:ts": "ts-node scripts/currents-script.ts",
"cypress:script:esm": "node scripts/currents-script.mjs"
},
"dependencies": {
"cypress": "12.17.4",
"cypress-cloud": "*",
"cypress-on-fix": "^1.0.2",
"cypress-terminal-report": "^5.3.3",
"next": "^16.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@cypress/grep": "^3.1.5",
"@types/node": "^17.0.12",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "7.32.0",
"eslint-config-custom": "latest",
"tsconfig": "*",
"typescript": "^4.7.4"
}
}