0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00
penpot/frontend/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2015-06-18 12:35:50 -05:00
{
"name": "uxbox",
"version": "0.1.0",
2019-02-15 14:28:24 -05:00
"description": "The Open-Source prototyping tool",
2015-06-18 12:35:50 -05:00
"author": "Uxbox",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/uxbox/uxbox"
},
2015-06-18 12:35:50 -05:00
"scripts": {
"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",
"prod": "gulp dist --production",
2019-06-03 10:21:07 -05:00
"start": "npm run figwheel",
2019-06-24 12:38:51 -05:00
"build:test": "clojure -Adev tools.clj build-tests",
"build:main": "clojure -Adev tools.clj build main",
"build:view": "clojure -Adev tools.clj build view",
"build:worker": "clojure -Adev tools.clj build worker",
"figwheel": "clojure -Adev tools.clj figwheel"
2015-06-18 12:35:50 -05:00
},
"devDependencies": {
"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 14:22:14 -05:00
},
"dependencies": {
"source-map-support": "^0.5.12"
2015-06-18 12:35:50 -05:00
}
}