-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 KB
/
package.json
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
{
"name": "react-present",
"version": "0.2.1",
"description": "A lightweight framework for creating presentations quickly using React components for slides.",
"main": "lib/index.html",
"repository": {
"type": "git",
"url": "https://github.com/limscoder/react-present"
},
"scripts": {
"build": "./bin/build",
"build-dev": "./bin/build-dev",
"package": "./bin/package",
"ghpages": "./bin/ghpages",
"start": "npm run build-dev ./presentations/example",
"test": "test"
},
"keywords": [
"react",
"presentation"
],
"author": "Dave Thompson",
"license": "MIT",
"dependencies": {
"brace": "^0.5.1",
"classnames": "^2.3.1",
"glamor": "^3.0.0-3",
"glamorous": "^3.25.0",
"history": "^3.3.0",
"markdown": "^0.5.0",
"prop-types": "^15.8.1",
"pubnub": "^3.16.5",
"react": "^15.7.0",
"react-ace": "^3.4.1",
"react-addons-css-transition-group": "^15.0.2",
"react-dom": "^15.7.0",
"react-router": "^3.2.6"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.23.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"node-libs-browser": "^2.2.1",
"node-sass": "^4.14.1",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.11.5"
}
}