-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.73 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "volunteer",
"version": "1.6.2",
"description": "Tracks volunteer hours",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/volunteer.git"
},
"plugins": [
"new BundleAnalyzerPlugin()"
],
"keywords": [
"volunteer",
"timeclock",
"tracker"
],
"author": "Matthew McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/volunteer/issues"
},
"homepage": "https://github.com/AppStateESS/volunteer#readme",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.13.17",
"@essappstate/canopy-react-bigcheckbox": "^0.2.6",
"@essappstate/canopy-react-overlay": "^0.2.10",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"assets-webpack-plugin": "^7.1.0",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^5.2.4",
"dayjs": "^1.10.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-datepicker": "^3.8.0",
"react-dom": "^17.0.2",
"react-select": "^4.3.0",
"regenerator-runtime": "^0.13.7",
"style-loader": "^2.0.0",
"terser": "^5.7.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.36.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.6.0"
}
}