-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
70 lines (70 loc) · 2.06 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
{
"version": "0.2.0",
"scripts": {
"build": "node esbuild.config.js --build",
"watch": "node esbuild.config.js --watch"
},
"_readme": "Use NVM tool for switching NodeJS version if needed. https://github.com/nvm-sh/nvm/blob/master/README.md And use Yarn only.",
"engines": {
"node": ">= 18.6.0",
"npm": ">= 999.999.999",
"yarn": ">=1.22"
},
"dependencies": {
"@types/jest": "^27.5.2",
"@types/js-beautify": "^1.13.3",
"@types/lodash": "^4.14.155",
"@types/photoshop": "^24.3.0",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"@types/react-json-tree": "^0.6.11",
"@types/react-redux": "^7.1.9",
"@types/semver": "^7.3.6",
"@types/stringify-object": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"buffer": "^6.0.3",
"chokidar": "^3.5.3",
"crc-32": "^1.2.0",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.2",
"eslint": "^7.32.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^7.31.10",
"events": "^3.3.0",
"iconv-lite": "^0.6.3",
"immer": "^9.0.1",
"immutable": "^3.8.2",
"javascript-stringify": "^2.1.0",
"jest": "^29.0.6",
"jest-cli": "^27.0.6",
"js-beautify": "^1.14.7",
"jsondiffpatch": "^0.4.1",
"jszip": "^3.7.1",
"less": "^4.2.0",
"lodash": "^4.17.15",
"minimist": "^1.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notifications": "^1.7.2",
"react-redux": "^8.0.4",
"react-reflex": "^4.0.9",
"react-split-pane": "github:jardicc/react-split-pane-dep",
"react-uxp-spectrum": "github:jardicc/react-uxp-spectrum",
"redux": "^4.2.0",
"reselect": "^4.1.6",
"semver": "^7.3.8",
"string_decoder": "^1.3.0",
"stringify-object": "^3.3.0",
"sval": "^0.4.8",
"test-jest": "^1.0.1",
"ts-jest": "^29.0.4",
"typescript": "^5.0.2",
"webpack-merge": "^5.9.0",
"zip-a-folder": "^3.1.3"
},
"devDependencies": {
"esbuild": "0.19.4"
}
}