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
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "slideshow",
"version": "1.0.0",
"description": "Slideshow module using reveal.js",
"main": "index.js",
"dependencies": {
"reveal": "^0.0.4"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^3.3.7",
"browser-sync": "^2.23.3",
"browser-sync-webpack-plugin": "^1.2.0",
"css-loader": "^0.28.4",
"es6-promise": "^4.1.1",
"file-loader": "^0.11.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-dropzone": "^3.13.3",
"react-modal": "^2.2.2",
"react-sortable-hoc": "^0.6.6",
"react-summernote": "^2.0.0",
"react-tooltip": "^3.3.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.1.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"
}
}