-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
96 lines (96 loc) · 2.7 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
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "sandify",
"homepage": "https://sandify.org",
"version": "1.1.1",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0",
"@dnd-kit/sortable": "^8.0",
"@reduxjs/toolkit": "^2.2.4",
"array-move": "^4.0.0",
"bootstrap": "^5.3.3",
"buffer": "^6.0.3",
"canvas": "^2.11.2",
"color": "^4.2.3",
"convexhull-js": "^1.0.0",
"core-js": "^3.37.0",
"curve-matcher": "^1.1.1",
"d3": "^7.9",
"d3-fisheye": "^2.0.1",
"gcode-toolpath": "^2.2.0",
"geokdbush": "^1.1.0",
"javascript-algorithms": "0.0.5",
"kdbush": "^4.0.2",
"konva": "^9.2.0",
"liang-barsky": "^1.0.4",
"lodash": "^4.17.21",
"lru-cache": "^10.2.2",
"mathjs": "^12.4.2",
"opentype.js": "^1.3.4",
"point-in-polygon": "^1.1.0",
"points-on-path": "^0.2.1",
"rc-slider": "^10.6.2",
"re-reselect": "^5.1.0",
"react": "18.3",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-ga4": "^2.1.0",
"react-icons": "^5.2.1",
"react-konva": "^18.2.10",
"react-redux": "^9.1.2",
"react-select": "^5.8.0",
"react-switch": "^7.0.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.26.4",
"reduce-reducers": "^1.0.4",
"redux": "^5.0.1",
"redux-mock-store": "^1.5.4",
"reselect": "^5.1.0",
"sass": "^1.77.1",
"seedrandom": "^3.0.5",
"uuid": "^9.0.0",
"victor": "^1.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-jest": "^29.6.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-redux": "^4.1.0",
"gh-pages": "^6.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.4",
"jest-canvas-mock": "^2.3.1",
"jest-environment-jsdom": "^29.6.4",
"prettier": "3.2.5",
"vite": "^4.5.3",
"vite-plugin-node-polyfills": "^0.21.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d build",
"test": "jest",
"lint": "eslint --fix --ext .js --ignore-path .gitignore src",
"lint-ci": "eslint --ext .js --ignore-path .gitignore src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}