-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.99 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.99 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
60
{
"name": "conference",
"version": "1.6.3",
"description": "Conference scheduling and signup",
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/conference.git"
},
"homepage": "https://github.com/AppStateESS/conference#readme",
"author": "Matt McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/conference/issues"
},
"dependencies": {
"core-js": "^3.18.2",
"immutable": "^4.0.0-rc.15"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.4",
"@ckeditor/ckeditor5-build-classic": "^30.0.0",
"@ckeditor/ckeditor5-react": "^3.0.3",
"@essappstate/canopy-listing": "^1.2.3",
"@essappstate/canopy-react-bigcheckbox": "^0.3.0",
"@essappstate/canopy-react-buttongroup": "^0.2.6",
"@essappstate/canopy-react-inputfield": "^0.2.4",
"@essappstate/canopy-react-overlay": "^0.3.1",
"@essappstate/react-navbar": "^1.1.4",
"@essappstate/react-state-dropdown": "^1.0.3",
"@essappstate/react-waiting": "^1.0.8",
"@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",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.3.0",
"dayjs": "^1.10.7",
"es6-promise": "^4.2.8",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.2",
"style-loader": "^3.3.0",
"terser": "^5.9.0",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^5.57.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0"
}
}