2015-06-18 19:35:50 +02:00
|
|
|
{
|
2016-02-02 18:18:59 +02:00
|
|
|
"name": "uxbox",
|
|
|
|
"version": "0.1.0",
|
2019-02-15 20:28:24 +01:00
|
|
|
"description": "The Open-Source prototyping tool",
|
2015-06-18 19:35:50 +02:00
|
|
|
"author": "Uxbox",
|
2016-02-02 18:18:59 +02:00
|
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/uxbox/uxbox"
|
|
|
|
},
|
2020-02-25 16:18:55 +01:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
2019-07-19 08:37:21 +00:00
|
|
|
"scripts": {},
|
2020-03-29 14:33:54 +02:00
|
|
|
"devDependencies": {
|
2020-02-25 16:18:55 +01:00
|
|
|
"autoprefixer": "^9.7.4",
|
|
|
|
"clean-css": "^4.2.3",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp": "4.0.2",
|
|
|
|
"gulp-gzip": "^1.4.2",
|
2019-08-23 19:12:51 +02:00
|
|
|
"gulp-if": "^3.0.0",
|
|
|
|
"gulp-mustache": "^4.1.2",
|
2020-01-11 15:59:31 +00:00
|
|
|
"gulp-rename": "^2.0.0",
|
2020-02-25 16:18:55 +01:00
|
|
|
"gulp-svg-sprite": "^1.5.0",
|
|
|
|
"mkdirp": "^1.0.3",
|
|
|
|
"postcss": "^7.0.27",
|
|
|
|
"rimraf": "^3.0.0",
|
|
|
|
"sass": "^1.26.0",
|
2020-03-29 14:33:54 +02:00
|
|
|
"shadow-cljs": "^2.8.94"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"date-fns": "^2.11.1",
|
2020-04-02 20:01:49 +02:00
|
|
|
"mousetrap": "^1.6.5",
|
2020-03-30 23:56:49 +02:00
|
|
|
"randomcolor": "^0.5.4",
|
2020-03-29 14:33:54 +02:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-color": "^2.18.0",
|
|
|
|
"react-dnd": "^10.0.2",
|
|
|
|
"react-dnd-html5-backend": "^10.0.2",
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
"rxjs": "^7.0.0-alpha.1",
|
|
|
|
"source-map-support": "^0.5.16",
|
2020-04-08 22:48:29 +02:00
|
|
|
"tdigest": "^0.1.1",
|
2020-03-29 14:33:54 +02:00
|
|
|
"xregexp": "^4.3.0"
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|