-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.json
34 lines (34 loc) · 910 Bytes
/
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
{
"name": "spectacle-code-slide",
"version": "0.5.2",
"description": "Present code with style.",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"prepublish": "npm run build"
},
"author": "James Kyle <[email protected]>",
"license": "MIT",
"repository": "thejameskyle/spectacle-code-slide",
"dependencies": {
"component-raf": "^1.2.0",
"component-tween": "^1.2.0",
"lodash.clamp": "^4.0.1",
"lodash.memoize": "^4.0.1",
"lodash.padstart": "^4.2.0",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"spectacle": "^1.0.4"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.11.4",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.11.4",
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"spectacle": "^1.2.5"
}
}