-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
83 lines (83 loc) · 2.3 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
{
"name": "ygocarder",
"homepage": "http://lauqerm.github.io/ygocarder",
"version": "2.0.17",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"@types/lodash.throttle": "^4.1.9",
"antd": "4.9.4",
"html2canvas": "^1.0.0-rc.7",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.0.8",
"ramda": "^0.27.1",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-hotkeys": "^2.0.0",
"react-image-crop": "^8.6.6",
"react-input-slider": "^6.0.0",
"react-linear-gradient-picker": "^3.0.1",
"react-moveable": "^0.27.4",
"react-scripts": "4.0.1",
"source-map-explorer": "^2.5.3",
"styled-components": "^6.1.11",
"typescript": "4.2.0-dev.20201211",
"web-vitals": "^0.2.4",
"webfontloader": "^1.6.28",
"zustand": "^4.5.2"
},
"resolutions": {
"@babel/core": "7.25.2",
"@types/react": "17.0.80",
"react-error-overlay": "6.0.9"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "react-scripts build",
"circular-dependency-test": "dpdm ./src/index.js",
"compile": "tsc --noEmit",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .ts,.tsx .",
"predeploy": "npm run build",
"start": "react-scripts start",
"test": "react-scripts test"
},
"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/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
"@types/jest": "^26.0.19",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^14.14.16",
"@types/ramda": "^0.27.34",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.0",
"@types/react-image-crop": "^8.1.2",
"@types/webfontloader": "^1.6.32",
"dpdm": "^3.14.0",
"gh-pages": "^3.1.0",
"sass": "^1.49.9",
"source-map-loader": "^1.0.0"
}
}