-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
65 lines (65 loc) · 1.89 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
{
"name": "webpack-react-component-name",
"version": "5.0.5",
"description": "Makes React component names public on minified bundles",
"main": "index.js",
"scripts": {
"watch": "webpack-dev-server --hot --inline --progress --colors",
"test": "jasmine --config=jasmine.json",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runreflect/webpack-react-component-name.git"
},
"keywords": [
"webpack",
"plugin",
"react",
"webpack-react-component-name"
],
"author": "Todd McNeal <[email protected]> (https://github.com/tmcneal)",
"license": "MIT",
"bugs": {
"url": "https://github.com/runreflect/webpack-react-component-name/issues"
},
"homepage": "https://github.com/runreflect/webpack-react-component-name#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-react-display-name": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.3.0",
"@emotion/styled-base": "^11.0.0",
"babel-loader": "^8.2.3",
"babel-plugin-react-require": "^3.1.3",
"core-js": "^2.5.7",
"css-loader": "^6.5.1",
"jasmine": "^3.6.1",
"lodash": "^4.17.19",
"preact": "^10.5.15",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "2.1.5",
"todomvc-app-css": "^2.1.2",
"use-onclickoutside": "^0.3.0",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"webpack-sources": "^3.2.0"
},
"peerDependencies": {
"webpack": "5.x"
},
"dependencies": {
"acorn-walk": "7.2.0",
"minimatch": "5.1.0"
}
}