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"
|
|
|
|
},
|
2015-06-18 19:35:50 +02:00
|
|
|
"scripts": {
|
2019-06-03 16:51:20 +02:00
|
|
|
"watch": "gulp watch",
|
|
|
|
"dist:clean": "gulp dist:clean",
|
|
|
|
"dist:main": "clojure -Adev tools.clj dist main",
|
|
|
|
"dist:view": "clojure -Adev tools.clj dist view",
|
|
|
|
"dist:worker": "clojure -Adev tools.clj dist worker",
|
|
|
|
"dist:assets": "gulp dist",
|
2019-02-19 16:01:31 +01:00
|
|
|
"prod": "gulp dist --production",
|
2019-06-03 17:21:07 +02:00
|
|
|
"start": "npm run figwheel",
|
2019-06-19 18:31:48 +02:00
|
|
|
"build:main": "clojure -Adev tools.clj build main",
|
|
|
|
"build:view": "clojure -Adev tools.clj build view",
|
2019-06-03 16:51:20 +02:00
|
|
|
"build:worker": "clojure -Adev tools.clj build worker",
|
|
|
|
"figwheel": "clojure -Adev tools.clj figwheel"
|
2015-06-18 19:35:50 +02:00
|
|
|
},
|
2016-02-02 18:18:59 +02:00
|
|
|
"devDependencies": {
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp": "4.0.2",
|
|
|
|
"gulp-autoprefixer": "^6.1.0",
|
|
|
|
"gulp-css-base64": "^1.3.4",
|
|
|
|
"gulp-gzip": "^1.4.2",
|
|
|
|
"gulp-if": "^2.0.2",
|
|
|
|
"gulp-mustache": "^2.3.0",
|
|
|
|
"gulp-plumber": "^1.2.1",
|
|
|
|
"gulp-rename": "^1.4.0",
|
|
|
|
"gulp-sass": "^4.0.2",
|
|
|
|
"gulp-watch": "^5.0.1",
|
|
|
|
"rimraf": "^2.6.3"
|
2016-02-19 21:22:14 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-31 13:50:55 +02:00
|
|
|
"source-map-support": "^0.5.12"
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|