-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.72 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": "triptrack",
"version": "1.3.5",
"description": "Tracks students travel plans",
"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/triptrack.git"
},
"keywords": [
"travel",
"trip",
"students"
],
"author": "Matthew McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/triptrack/issues"
},
"homepage": "https://github.com/AppStateESS/triptrack#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.4",
"@essappstate/canopy-react-bigcheckbox": "^0.3.0",
"@essappstate/canopy-react-overlay": "^0.3.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"assets-webpack-plugin": "^7.1.1",
"axios": "^0.21.4",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.2.0",
"dayjs": "^1.10.6",
"es6-promise": "^4.2.8",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"style-loader": "^3.2.1",
"terser": "^5.7.2",
"terser-webpack-plugin": "^5.2.3",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"react-select": "^5.5.2"
}
}