-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.23 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.23 KB
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
{
"name": "fire-words",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@headlessui/react": "^1.5.0",
"@reactour/tour": "^2.10.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"axios": "^0.26.1",
"body-scroll-lock": "^4.0.0-beta.0",
"chroma-js": "^2.4.2",
"env-cmd": "^10.1.0",
"firebase": "^9.6.10",
"react": "^17.0.2",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dnd-touch-backend": "^15.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-query": "^3.34.16",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-spring": "^9.4.4",
"reshake": "^1.2.3",
"styled-components": "^5.3.3",
"web-vitals": "^2.1.4",
"weighted-random-object": "^1.0.8"
},
"scripts": {
"start": "env-cmd -f .env react-scripts start",
"build": "env-cmd -f .env react-scripts build",
"build:ci": "react-scripts build",
"lint": "eslint",
"deploy": "npm run build; firebase deploy;",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@types/body-scroll-lock": "^3.1.0",
"@types/chroma-js": "^2.1.3",
"@types/styled-components": "^5.1.26",
"@types/weighted-random-object": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"autoprefixer": "^10.4.3",
"eslint": "^8.30.0",
"eslint-config-standard-with-typescript": "^24.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"postcss": "^8.4.11",
"tailwindcss": "^3.0.23",
"typescript": "^4.9.4"
}
}