-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
{
"name": "@essappstate/react-state-dropdown",
"version": "1.0.4",
"description": "A Bootstrap themes dropdown select for states for React",
"main": "build/index.js",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"prepublish": "rm -rf ./build && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/react-state-dropdown.git"
},
"keywords": [
"canopy",
"react",
"bootstrap",
"navbar"
],
"author": "Matt McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/react-state-dropdown/issues"
},
"homepage": "https://github.com/AppStateESS/react-state-dropdown#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^5.38.0",
"webpack-cli": "^4.7.0"
}
}