0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/frontend/package.json

37 lines
995 B
JSON
Raw Normal View History

2015-06-18 19:35:50 +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",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/uxbox/uxbox"
},
2015-06-18 19:35:50 +02:00
"scripts": {
"watch": "gulp",
2017-01-21 16:50:05 +01:00
"dist": "gulp dist",
"prod": "gulp dist --production",
2016-02-21 18:01:27 +02:00
"clean": "gulp clean",
2016-11-22 16:53:10 +01:00
"figwheel": "PATH=./scripts:$PATH ./scripts/build-worker && PATH=./scripts:$PATH ./scripts/figwheel",
"test-watch": "PATH=./scripts:$PATH ./scripts/watch",
"test-build": "PATH=./scripts:$PATH ./scripts/build"
2015-06-18 19:35:50 +02: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 21:22:14 +02:00
},
"dependencies": {
"source-map-support": "^0.5.12"
2015-06-18 19:35:50 +02:00
}
}