-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "turing-machine",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open"
},
"dependencies": {
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"bootstrap": "^5.3.1",
"clsx": "^2.0.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"sass": "^1.66.1",
"typescript": "5.2.2",
"usehooks-ts": "^2.9.1",
"yup": "^1.2.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.22.11",
"@bahmutov/cypress-code-coverage": "^2.6.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@testing-library/cypress": "^9.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"cypress": "^12.17.4"
}
}