-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.48 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "lbl-linkage",
"version": "0.1.29",
"private": true,
"homepage": "https://github.com/lbl-srg/ctrl-flow-dev",
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^20.9.4",
"@types/react-dom": "^18.3.1",
"css-loader": "^7.1.2",
"formik": "^2.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-localization": "^1.0.19",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"react-zoom-pan-pinch": "^2.1.3",
"typescript": "^4.5.4",
"use-debounce": "^7.0.1",
"web-vitals": "^2.1.2",
"zustand": "^3.6.7"
},
"overrides": {
"nth-check": "^2.1.0",
"postcss": "^8.4.31"
},
"scripts": {
"start": "react-app-rewired start",
"build": "npm version patch && react-app-rewired build",
"buildForS3": "npm version patch && DISABLE_ESLINT_PLUGIN=true PUBLIC_URL=/ react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --config ../.prettierrc.json --ignore-path ../.prettierignore --write .",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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-class-properties": "^7.17.12",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/babel-plugin": "^11.7.1",
"@picocss/pico": "^1.4.4",
"@types/jest": "^29.2.2",
"@types/jsdom": "^20.0.1",
"@types/react": "^18.3.12",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"customize-cra": "^1.0.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"flexboxgrid": "^6.3.1",
"gh-pages": "^5.0.0",
"jest-environment-jsdom": "^29.3.1",
"mobx": "^6.6.0",
"mobx-persist-store": "^1.0.6",
"mobx-react": "^7.5.0",
"prettier": "^2.5.1",
"react-app-rewired": "^2.2.1",
"sass": "^1.49.9",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"uuid": "^8.3.2"
}
}