-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "counseling",
"version": "3.1.1",
"description": "Tracks appointments and walk ins to counseling center",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.2.0",
"es6-promise": "^4.2.8",
"file-loader": "^6.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^4.3.1",
"react-tooltip": "^4.2.21",
"react-transition-group": "^4.4.2",
"strip-loader": "^0.1.2",
"style-loader": "^3.2.1",
"terser": "^5.7.1",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/AppStateESS/counseling.git"
},
"keywords": [
"counseling"
],
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"author": "Matthew McNaney",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/counseling/issues"
},
"dependencies": {
"assets-webpack-plugin": "^7.1.1",
"js-datepicker": "^5.18.0"
}
}