-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.35 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.35 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
82
83
84
85
86
87
88
89
{
"name": "thetapad",
"version": "2.1.3",
"private": false,
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@firebase/auth-types": "^0.11.0",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.1",
"@types/chroma-js": "^2.1.3",
"@types/lodash": "^4.14.172",
"@types/mathjs": "^9.4.2",
"brunch": "^4.0.0",
"chroma-js": "^2.1.2",
"downloadjs": "^1.4.7",
"firebase": "^9.0.0",
"firebase-admin": "^9.11.1",
"firebase-functions": "^3.15.4",
"firebase-tools": "^9.16.6",
"framer-motion": "^4.1.17",
"html-to-image": "^1.11.11",
"konva": "^8.1.1",
"konva-node": "^0.11.2",
"mathjs": "^9.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-images-upload": "^1.2.8",
"react-konva": "^17.0.2-4",
"react-scripts": "4.0.3",
"reactfire": "^4.0.0",
"styled-components": "^5.3.0",
"typescript": "^4.1.2",
"use-image": "^1.0.8",
"web-vitals": "^1.0.1"
},
"engines": {
"node": "16"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \\\"node_modules/(?!konva)/\\\"",
"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": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^27.0.1",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.11",
"babel-jest": "26.6.0",
"immer": "^9.0.5",
"jest": "26.6.0",
"logrocket": "^2.0.0",
"react-redux": "^7.2.4",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.5"
}
}