mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
edit yarn grunt/bower config during chill installation
This commit is contained in:
parent
62ee90f671
commit
e31560f622
6
.gitignore
vendored
6
.gitignore
vendored
@ -31,4 +31,8 @@ Resources/public/sass/*
|
|||||||
!Resources/public/sass/_timeline.scss
|
!Resources/public/sass/_timeline.scss
|
||||||
!Resources/public/sass/custom/
|
!Resources/public/sass/custom/
|
||||||
|
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
|
|
||||||
|
# Yarn lock
|
||||||
|
Resources/package-lock.json
|
||||||
|
Resources/yarn.lock
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"description": "JS-CSS files for Chill, a software for social workers",
|
"description": "JS-CSS files for Chill, a software for social workers",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"Scratch-CSS-Design": "git@github.com:Champs-Libres/ScratchCSS.git",
|
"Scratch-CSS-Design": "https://github.com/Champs-Libres/ScratchCSS.git",
|
||||||
"pikaday": "https://github.com/dbushell/Pikaday.git#~1.2.0",
|
"pikaday": "https://github.com/dbushell/Pikaday.git#~1.2.0",
|
||||||
"moment": "~2.8.3",
|
"moment": "~2.8.3",
|
||||||
"select2": "~3.5.2",
|
"select2": "~3.5.2",
|
||||||
|
@ -2,17 +2,16 @@
|
|||||||
"name": "chill-js-css",
|
"name": "chill-js-css",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "JS-CSS files for Chill, a software for social workers",
|
"description": "JS-CSS files for Chill, a software for social workers",
|
||||||
"directories": {
|
"directories": {},
|
||||||
},
|
|
||||||
"author": "Champs-Libres <info@champs-libres.coop>",
|
"author": "Champs-Libres <info@champs-libres.coop>",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^1.0.3",
|
||||||
"grunt-bower-task": "^0.4.0",
|
"grunt-bower-task": "^0.4.0",
|
||||||
|
"grunt-contrib-clean": "^0.6.0",
|
||||||
"grunt-contrib-copy": "^0.7.0",
|
"grunt-contrib-copy": "^0.7.0",
|
||||||
"grunt-contrib-sass": "^0.8.1",
|
"grunt-contrib-sass": "^0.8.1",
|
||||||
"jit-grunt": "^0.9.0",
|
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^0.6.1",
|
||||||
"grunt-contrib-clean": "^0.6.0"
|
"jit-grunt": "^0.9.0"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user