mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Update dependencies.
This commit is contained in:
parent
e57d04f607
commit
dee53bb1c4
1630
npm-shrinkwrap.json
generated
1630
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -3,12 +3,10 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": "Uxbox",
|
"author": "Uxbox",
|
||||||
"license": "SEE LICENSE IN <LICENSE>",
|
"license": "SEE LICENSE IN <LICENSE>",
|
||||||
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/uxbox/uxbox"
|
"url": "https://github.com/uxbox/uxbox"
|
||||||
},
|
},
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "gulp",
|
"watch": "gulp",
|
||||||
"dist": "gulp dist",
|
"dist": "gulp dist",
|
||||||
@ -17,13 +15,15 @@
|
|||||||
"test-build": "./scripts/build",
|
"test-build": "./scripts/build",
|
||||||
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
|
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
|
||||||
},
|
},
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "3.9.0",
|
"gulp": "3.9.1",
|
||||||
"gulp-clean": "0.3.1",
|
"gulp-clean": "0.3.1",
|
||||||
"gulp-plumber": "1.0.1",
|
"gulp-plumber": "1.1.0",
|
||||||
"gulp-sass": "2.1.1",
|
"gulp-sass": "2.2.0",
|
||||||
"gulp-autoprefixer": "3.1.0",
|
"gulp-autoprefixer": "3.1.0",
|
||||||
"gulp-watch": "4.3.5"
|
"gulp-watch": "4.3.5"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"source-map-support": "0.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user