-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
54 lines (54 loc) · 1.73 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
{
"name": "adobe-dx",
"version": "1.0.0",
"description": "A toolkit for AEM to help build exceptional digital experiences.",
"main": "index.js",
"author": "Adobe",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/adobe/adobe-dx.git"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/runtime-corejs3": "^7.8.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^2.0.4",
"prettier-loader": "^3.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.43.0"
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"@react/collection-view": "file:react-collection-view-4.1.5.tgz",
"@react/react-spectrum": "file:react-react-spectrum-2.25.0.tgz",
"prop-types": "^15.7.2"
},
"resolutions": {
"@react/collection-view": "file:react-collection-view-4.1.5.tgz"
}
}