forked from jeffeb3/sandify
-
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.24 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.24 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": "sandify",
"homepage": "https://sandify.org",
"version": "0.2.8",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.5.1",
"array-move": "^3.0.1",
"buffer": "^6.0.3",
"color": "^3.1.3",
"core-js": "^3.11.0",
"curve-matcher": "^1.1.1",
"d3": "^7.6.1",
"d3-fisheye": "^2.0.1",
"gcode-toolpath": "^2.2.0",
"javascript-algorithms": "0.0.5",
"konva": "^7.2.5",
"konva-node": "^0.11.2",
"liang-barsky": "^1.0.4",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"mathjs": "^9.3.2",
"node-sass": "^7.0.3",
"opentype.js": "^1.3.4",
"point-in-polygon": "^1.1.0",
"points-on-path": "^0.2.1",
"rc-slider": "^9.7.5",
"react": "17.0.2",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-icons": "^4.2.0",
"react-konva": "^17.0.2-0",
"react-redux": "^7.2.3",
"react-select": "^4.3.0",
"react-sortable-hoc": "^2.0",
"react-switch": "^6.0.0",
"reduce-reducers": "^1.0.4",
"redux": "^4.1.0",
"reselect": "^4.0.0",
"sass": "^1.49.11",
"seedrandom": "^3.0.5",
"victor": "^1.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react": "^1.0.7",
"babel-jest": "^27.5.1",
"eslint": "^8.13.0",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-redux": "^4.0.0",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"vite": "^3.2.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d build",
"test": "jest",
"lint": "eslint --ext .js --ignore-path .gitignore --fix src",
"lint-ci": "eslint --ext .js --ignore-path .gitignore src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}