-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "solver",
"version": "0.36.3",
"private": true,
"homepage": "https://icecream17.github.io/solver",
"dependencies": {
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.0",
"sanitize.css": "^13.0.0",
"typescript": "^5.0.0",
"web-vitals": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^22.0.0",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"eslint-plugin-jest-dom": "^4.0.0",
"eslint-plugin-react-perf": "^3.3.0",
"eslint-plugin-regexp": "^1.5.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-write-good-comments": "^0.2.0",
"source-map-explorer": "^2.5.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"time-strats": "yarn test --testPathPattern time",
"test-with-coverage": "yarn test --coverage"
},
"browserslist": {
"production": [
"last 1 year",
"not dead"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "[email protected]"
}