mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
35 lines
844 B
JSON
35 lines
844 B
JSON
{
|
|
"name": "uxbox",
|
|
"version": "0.1.0",
|
|
"author": "Uxbox",
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uxbox/uxbox"
|
|
},
|
|
"scripts": {
|
|
"watch": "gulp",
|
|
"dist": "./scripts/dist",
|
|
"clean": "gulp clean",
|
|
"figwheel": "./scripts/build-worker && ./scripts/figwheel",
|
|
"test-watch": "./scripts/watch",
|
|
"test-build": "./scripts/build"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "3.9.1",
|
|
"gulp-autoprefixer": "3.1.0",
|
|
"gulp-css-base64": "1.3.4",
|
|
"gulp-cssmin": "0.1.7",
|
|
"gulp-if": "2.0.1",
|
|
"gulp-mustache": "2.2.0",
|
|
"gulp-plumber": "1.1.0",
|
|
"gulp-rename": "1.2.2",
|
|
"gulp-sass": "2.3.1",
|
|
"gulp-watch": "4.3.6",
|
|
"rimraf": "2.5.2",
|
|
"run-sequence": "1.2.1"
|
|
},
|
|
"dependencies": {
|
|
"source-map-support": "0.4.0"
|
|
}
|
|
}
|