-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.67 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.67 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
{
"name": "carousel",
"version": "2.0.10",
"description": "Image carousel for page header",
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/carousel.git"
},
"homepage": "https://github.com/AppStateESS/carousel#readme",
"author": "Matt McNaney <mcnaneym@appstate.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/carousel/issues"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "rm -rf ./javascript/build && webpack --mode production"
},
"dependencies": {
"@essappstate/canopy-react-bigcheckbox": "^0.2.4",
"@essappstate/canopy-react-buttongroup": "^0.2.4",
"@essappstate/canopy-react-overlay": "^0.2.9",
"@essappstate/react-navbar": "^1.1.2",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@gilbarbara/react-range-slider": "^0.5.0",
"react-dropzone-uploader": "^2.11.0",
"react-quill": "^1.3.5",
"react-sortable-hoc": "^1.11.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"assets-webpack-plugin": "^6.0.3",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^5.0.0",
"es6-promise": "^4.2.8",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.50.0",
"sass-loader": "^10.0.4",
"style-loader": "^2.0.0",
"terser": "^5.14.2",
"terser-webpack-plugin": "^5.0.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}