forked from jrsdev2024/structor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.75 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "structor",
"version": "2.1.5",
"description": "Structor: React UI Builder",
"main": "structor.js",
"scripts": {
"build-server": "gulp --gulpfile ./build-conf/gulpfile.js build-server",
"build-server-dev": "gulp --gulpfile ./build-conf/gulpfile.js build-server-dev",
"build-client-less": "gulp --gulpfile ./build-conf/gulpfile.js build-client-less",
"build-client": "webpack --config ./build-conf/webpack.config.js --progress",
"build-client-dev": "webpack --config ./build-conf/webpack-dev.config.js --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipselon/structor.git"
},
"author": "Alex Pustovalov",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ipselon/structor/issues"
},
"homepage": "https://github.com/ipselon/structor#readme",
"bin": {
"structor": "structor.js"
},
"engines": {
"node": ">3"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"body-parser": "1.15.0",
"escodegen": "1.8.0",
"esformatter": "0.8.1",
"esformatter-jsx": "5.0.0",
"esprima": "3.0.0",
"express": "4.13.4",
"express-urlrewrite": "1.2.0",
"fs-extra": "0.26.7",
"history": "^2.1.2",
"http-proxy": "1.13.2",
"lodash": "^4.9.0",
"minimist": "1.2.0",
"multer": "1.1.0",
"react-color": "2.8.0",
"react-router": "^2.5.2",
"request": "^2.70.0",
"socket.io": "1.4.5",
"tar-fs": "1.12.0",
"tar-stream": "1.5.1"
},
"devDependencies": {
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-object-assign": "6.8.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-0": "6.5.0",
"css-loader": "0.25.0",
"del": "2.2.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "0.9.0",
"graphlib": "2.1.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-babel": "6.1.2",
"gulp-less": "3.1.0",
"gulp-uglify": "2.0.0",
"gulp-watch": "4.3.9",
"isomorphic-fetch": "2.2.1",
"marked": "0.3.5",
"react": "15.3.2",
"react-bootstrap": "0.30.6",
"react-dom": "15.3.2",
"react-redux": "4.4.5",
"redux": "3.6.0",
"redux-saga": "0.11.1",
"redux-thunk": "2.1.0",
"reselect": "2.5.4",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"validator": "5.2.0",
"webpack": "2.1.0-beta.25",
"webpack-dev-middleware": "1.8.3",
"webpack-hot-middleware": "2.12.2"
},
"keywords": [
"react",
"boilerplate",
"gui",
"components",
"generator",
"editor",
"visual",
"hot-reload",
"structor"
]
}