-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 1.12 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
{
"name": "react-zoomy",
"main": "lib/react-zoomy.js",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js --config webpack.config.js",
"serve": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack-example.config.js",
"build-example": "./node_modules/webpack/bin/webpack.js --config webpack-example.config.js",
"deploy": "./node_modules/gh-pages/bin/gh-pages -d example"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.1",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"fuse-box": "^1.3.115",
"gh-pages": "^0.12.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.3.1",
"webpack": "^1.10.1",
"webpack-dev-server": "1"
},
"dependencies": {
"css-to-matrix": "^1.0.0"
},
"peerDependencies": {
"react": "^15.4.2",
"react-motion": "^0.4.7",
"styled-components": "^1.4.3"
},
"homepage": "http://chuson1996.github.io/react-zoomy"
}