-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1014 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
35
36
{
"name": "react-mslide",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gojs . --init go.js",
"ghpages": "gojs -b go.js && git checkout gh-pages && cp -rf .dist/ . && git add .; git commit -am gh-pages; git push origin gh-pages && git checkout master"
},
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"react": "^15.6.1"
},
"dependencies": {
"classname": "0.0.0",
"react-mhoc": "^1.0.3"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"go-js": "^1.1.5",
"less-loader": "^4.0.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "^0.18.2"
}
}