-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.27 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
{
"name": "color-coords-react",
"version": "0.1.0",
"private": true,
"homepage": "https://rocketmo.github.io/color-coords-react",
"dependencies": {
"@datastructures-js/queue": "^4.1.3",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/d3-ease": "^3.0.0",
"@types/jest": "^27.0.0",
"@types/lodash": "^4.14.172",
"@types/node": "^16.6.0",
"@types/react": "^17.0.17",
"@types/react-dom": "^17.0.9",
"@types/react-resizable": "^1.7.3",
"@types/react-router-dom": "^5.1.8",
"@types/webfontloader": "^1.6.33",
"d3-ease": "^3.0.1",
"gh-pages": "^5.0.0",
"hamburger-react": "^2.4.1",
"idb": "^6.1.2",
"immer": "^9.0.5",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-resizable": "^3.0.4",
"react-resize-detector": "^6.7.6",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-toastify": "^8.0.0",
"sass": "^1.38.0",
"typescript": "^4.3.5",
"web-vitals": "^1.1.2",
"webfontloader": "^1.6.28"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!d3-ease|react-toastify)"
]
},
"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-private-property-in-object": "^7.21.11"
}
}