-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.14 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
{
"name": "points-streaks",
"version": "0.0.0",
"sourceType": "module",
"type": "module",
"scripts": {
"dev": "vite",
"start:ci": "vite",
"build": "vite build",
"build:ci": "vite build",
"serve": "vite preview",
"test": "npx cypress run-ct",
"test:unit:ci": "npm t",
"test:open": "npx cypress open-ct",
"test:spec": "npx cypress run-ct --spec='**/unit/$npm_config_spec.spec.js'",
"validate:circ": "npx madge --circular ./src",
"lint": "eslint ./src"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@reach/tabs": "0.16.4",
"@reduxjs/toolkit": "1.7.1",
"chrono-node": "^2.3.7",
"clsx": "1.1.1",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "7.0.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest-dom": "4.0.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-testing-library": "5.0.3",
"firebase": "9.6.3",
"liqe": "^1.13.0",
"lodash": "4.17.21",
"p-throttle": "5.0.0",
"prettier": "2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.0",
"react-router-dom": "6.2.1",
"redux-persist": "6.0.0",
"web-vitals": "2.1.3"
},
"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "2.1.2",
"@cypress/code-coverage": "3.9.12",
"@cypress/react": "5.12.1",
"@cypress/vite-dev-server": "2.2.2",
"@vitejs/plugin-react": "1.1.4",
"autoprefixer": "^10.4.2",
"babel-plugin-transform-import-meta": "2.1.0",
"cypress": "9.2.1",
"esbuild": "0.14.11",
"plop": "^3.0.5",
"postcss": "^8.4.5",
"react-error-overlay": "6.0.10",
"react-redux": "7.2.6",
"tailwindcss": "^3.0.16",
"vite": "2.7.12",
"vite-plugin-istanbul": "2.4.0",
"vite-plugin-pwa": "0.11.13",
"workbox-window": "6.4.2"
}
}