forked from AppStateESS/slideshow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.92 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
61
62
63
64
65
{
"name": "slideshow",
"version": "1.0.0",
"description": "Slideshow module using reveal.js",
"main": "index.js",
"dependencies": {
"canopy-react-buttongroup": "^0.1.4",
"draft-js": "^0.10.5",
"draft-js-alignment-plugin": "^2.0.5",
"draft-js-buttons": "^2.0.1",
"draft-js-focus-plugin": "^2.2.0",
"draft-js-image-plugin": "^2.0.6",
"draft-js-plugins-editor": "^2.1.1",
"draft-js-resizeable-plugin": "^2.0.8",
"draft-js-static-toolbar-plugin": "^2.0.2",
"draft.js": "^0.2.0",
"last-draft-js-plugins": "^1.2.0",
"popper.js": "^1.14.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"reactstrap": "^6.3.1",
"reveal": "0.0.4"
},
"devDependencies": {
"assets-webpack-plugin": "^3.8.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.1.3",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.0.1",
"css-loader": "^0.28.11",
"es6-promise": "^4.2.4",
"file-loader": "^1.1.9",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"node-sass": "^4.9.2",
"prop-types": "^15.6.2",
"react-dropzone": "^4.2.13",
"react-medium-editor": "^1.8.1",
"react-modal": "^3.5.1",
"react-sortable-hoc": "^0.6.8",
"react-tooltip": "^3.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.3",
"url-loader": "^0.6.2",
"velocity-react": "^1.3.3",
"webpack": "^3.11.0"
},
"scripts": {
"dev": "webpack --config webpack.config.js -d --watch",
"prod": "webpack --config webpack.production.config.js -p"
},
"repository": {
"type": "git",
"url": "git://github.com/AppStateESS/slideshow.git"
},
"author": "Matt McNaney <mcnaneym@appstate.edu>",
"license": "ISC",
"bugs": {
"url": "https://github.com/AppStateESS/slideshow/issues"
},
"homepage": "https://github.com/AppStateESS/slideshow#readme"
}