forked from jardicc/alchemist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.96 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
{
"version": "0.2.0",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"watch": "webpack --watch --config webpack.config.dev.js"
},
"devDependencies": {
"@adobe-uxp-types/photoshop": "^0.0.9",
"@adobe-uxp-types/uxp": "^0.0.9",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@types/semver": "^7.3.6",
"@types/stringify-object": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"eslint": "^7.3.0",
"eslint-plugin-react": "^7.20.0",
"less-loader": "^6.2.0",
"prettier": "^2.0.5",
"style-loader": "^1.2.1"
},
"dependencies": {
"@babel/preset-typescript": "^7.10.4",
"@spectrum-web-components/radio-group": "^0.1.18",
"@spectrum-web-components/textfield": "^0.3.9",
"@types/hex-rgba": "^1.0.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.155",
"@types/prismjs": "^1.16.1",
"@types/react-json-tree": "^0.6.11",
"@types/react-redux": "^7.1.9",
"@types/styled-components": "^5.1.1",
"@types/uuid": "^8.0.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.1",
"crc-32": "^1.2.0",
"eslint-config-defaults": "^9.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.4",
"hex-rgba": "^1.0.2",
"iconv-lite": "^0.6.3",
"immer": "^9.0.1",
"immutable": "^3.7.6",
"install": "^0.13.0",
"javascript-stringify": "^2.0.1",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"jsondiffpatch": "^0.4.1",
"jss": "^10.3.0",
"jss-nested": "^6.0.1",
"jss-vendor-prefixer": "^8.0.1",
"lodash": "^4.17.15",
"prismjs": "^1.20.0",
"react": "^17.0.2",
"react-dom": "^16.13.1",
"react-json-tree": "^0.11.2",
"react-notifications": "^1.7.2",
"react-redux": "^7.2.0",
"react-split-pane": "^0.1.92",
"react-uxp-spectrum": "github:jardicc/react-uxp-spectrum",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-devtools-themes": "^1.0.0",
"reselect": "^4.0.0",
"semver": "^7.3.5",
"string_decoder": "^1.3.0",
"stringify-object": "^3.3.0",
"styled-components": "^5.1.1",
"sval": "^0.4.8",
"terser-webpack-plugin": "^5.1.4",
"test-jest": "^1.0.1",
"text-decoding": "^1.0.0",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"uuid": "^8.2.0",
"webpack": "^5.41.0",
"webpack-cli": "^4.7.2"
}
}