-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "@essappstate/canopy-react-bigcheckbox",
"version": "0.3.1",
"description": "Large checkbox for Canopy/phpwebsite",
"main": "build/index.js",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"prepare": "rm -rf ./build && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/canopy-react-bigcheckbox.git"
},
"keywords": [
"canopy",
"react"
],
"author": "Matt McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/canopy-react-bigcheckbox/issues"
},
"homepage": "https://github.com/AppStateESS/canopy-react-bigcheckbox#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"prop-types": "^15.7.2",
"style-loader": "^2.0.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
}
}