-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
100 lines (100 loc) · 2.89 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
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "lotcastingatemi",
"private": true,
"type": "module",
"dependencies": {
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.6",
"@material-ui/types": "^5.0.0",
"@rails/actioncable": "^6.1.7",
"@reduxjs/toolkit": "1.9.1",
"@types/react": "^16.14.0",
"@types/react-document-title": "^2.0.4",
"@types/react-dom": "^16.9.6",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/recompose": "^0.30.7",
"@types/redux-actions": "^2.6.1",
"@types/redux-optimistic-ui": "^0.4.10",
"deepmerge": "^4.2.2",
"fast-equals": "^2.0.0",
"jasmine-check": "^1.0.0-rc.0",
"normalizr": "^3.6.0",
"re-reselect": "^3.4.0",
"react": "^16.14.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.14.0",
"react-flip-move": "^3.0.4",
"react-markdown": "^8.0.5",
"react-redux": "^7.2.9",
"react-router-dom": "^5.1.2",
"react-select": "^2.4.2",
"react-sortable-hoc": "^1.11.0",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-api-middleware": "^3.2.1",
"redux-optimistic-ui": "^3.1.0",
"reselect": "^4.0.0",
"sass": "^1.57.1",
"scroll-to-element": "^2.0.3",
"typeface-roboto": "^0.0.75",
"typescript": "^4.9.4"
},
"devDependencies": {
"@bunchtogether/vite-plugin-flow": "^1.0.2",
"@redux-devtools/extension": "^3.2.3",
"@reduxjs/rtk-codemods": "0.0.3",
"@rollup/plugin-inject": "^5.0.3",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"cypress": "^12.8.1",
"depcheck": "^1.4.7",
"enzyme": "^3.11.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-react": "^7.31.11",
"flow-bin": "^0.122.0",
"jest": "^25.2.7",
"prettier": "^2.8.1",
"prettier-eslint": "^15.0.1",
"react-test-renderer": "^16.13.1",
"redux-mock-store": "^1.5.4",
"vite": "^5.4.12",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.0.0",
"vite-tsconfig-paths": "^4.0.5"
},
"scripts": {
"flow": "flow",
"test": "jest",
"testcov": "jest --coverage",
"lint": "eslint app/javascript/ --ext js,jsx"
},
"jest": {
"roots": [
"<rootDir>/app/javascript/lca/"
],
"modulePaths": [
"<rootDir>/app/javascript/lca"
],
"collectCoverageFrom": [
"app/javascript/lca/**/*.js",
"app/javascript/lca/**/*.jsx",
"app/javascript/lca/**/*.ts",
"app/javascript/lca/**/*.tsx"
],
"setupTestFrameworkScriptFile": "mock-local-storage"
},
"packageManager": "yarn@4.1.0",
"engines": {
"yarn": "4.x"
}
}