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

38 lines
979 B
JSON
Raw Normal View History

2015-06-18 12:35:50 -05:00
{
"name": "uxbox",
"version": "0.1.0",
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",
2017-01-21 10:50:05 -05:00
"dist": "gulp dist",
2016-02-21 11:01:27 -05:00
"clean": "gulp clean",
2016-11-22 10:53:10 -05: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 12:35:50 -05:00
},
"devDependencies": {
2016-02-19 14:22:14 -05:00
"gulp": "3.9.1",
2016-11-10 16:56:27 -05:00
"gulp-autoprefixer": "3.1.1",
"gulp-brotli": "1.2.0",
2016-04-03 05:19:11 -05:00
"gulp-css-base64": "1.3.4",
2016-02-21 09:42:35 -05:00
"gulp-cssmin": "0.1.7",
"gulp-gzip": "1.4.0",
2016-11-10 16:56:27 -05:00
"gulp-if": "2.0.2",
"gulp-mustache": "2.3.0",
2016-02-19 14:22:14 -05:00
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-watch": "4.3.11",
"rimraf": "2.6.1",
2016-07-29 07:40:38 -05:00
"run-sequence": "1.2.2"
2016-02-19 14:22:14 -05:00
},
"dependencies": {
"source-map-support": "0.4.11"
2015-06-18 12:35:50 -05:00
}
}