forked from azazdeaz/spaceman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "spaceman",
"version": "0.0.19",
"description": "react based workspace - layout - manager",
"main": "lib/index.js",
"scripts": {
"lib": "rm -rf lib && babel ./src --out-dir lib --source-maps",
"lib-watch": "npm run lib && babel ./src --out-dir lib --source-maps --source-maps --watch"
},
"keywords": [
"layout",
"manager",
"react",
"window",
"workspace"
],
"author": "Polgár András",
"license": "MIT",
"dependencies": {
"custom-drag": "0.0.3",
"lodash": "^3.10.0",
"mobservable": "^1.1.4",
"mobservable-react": "^2.1.0",
"react-dom": "^0.14.0",
"react-matterkit": "0.0.45"
},
"devDependencies": {
"babel": "^5.8.3",
"babel-eslint": "^3.1.9",
"babelify": "^6.0.2",
"browser-sync": "^2.6.1",
"browserify": "^9.0.8",
"eslint": "^1.0.0",
"eslint-plugin-babel": "^1.2.0",
"eslint-plugin-react": "^2.3.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-callback": "0.0.3",
"gulp-filesize": "0.0.6",
"gulp-plumber": "^1.0.0",
"gulp-rimraf": "^0.1.1",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"react": ">=0.13 <0.15.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}