-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.01 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "swift-type-react",
"version": "2.0.1",
"private": true,
"description": "Swift Type app",
"author": "HauseMaster",
"dependencies": {
"@chase439/flying-focus": "^1.6.0",
"@cypress/request": "^3.0.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@npmcli/fs": "^3.1.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"axios": "^1.7.4",
"babel-preset-react-app": "^10.0.1",
"css-select": "^5.1.0",
"firebase": "^10.5.2",
"nth-check": "^2.1.1",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"svgo": "^3.0.2",
"tough-cookie": "^4.1.3",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0",
"webfontloader": "^1.6.28",
"workbox-background-sync": "^6.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "node server.cjs"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-numeric-separator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@rollup/plugin-terser": "^0.4.4",
"sass-loader": "^13.3.2"
}
}