forked from kvalium/react-formation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 701 Bytes
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
{
"name": "react-slideshow",
"version": "1.1.0",
"description": "React Framework SlideShow Made With RevealJS",
"author": "Julien Monchany <julien.monchany@gmail.com>",
"homepage": "https://kvalium.github.io/react-formation",
"dependencies": {
"chart.js": "^2.8.0",
"gh-pages": "^2.0.1",
"highlight.js": "^9.15.6",
"marked": "^0.6.2",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"reveal.js": "^3.8.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}