Mercurial > piecrust2
annotate package.json @ 1174:3acfaf2e27f1
Added tag 3.3.0 for changeset 5f9f411a109e
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 04 Oct 2019 11:48:18 -0700 |
parents | 7eb58b5748eb |
children | bfa470063ee2 |
rev | line source |
---|---|
603
7e4e567377cd
cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 { |
7e4e567377cd
cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 "name": "PieCrust", |
7e4e567377cd
cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 "version": "1.0.0", |
646
87267392a5c1
cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents:
603
diff
changeset
|
4 "license": "Apache-2.0", |
87267392a5c1
cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents:
603
diff
changeset
|
5 "repository": "http://bitbucket.org/ludovicchabant/piecrust2", |
1053
94d7d5e38571
docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents:
646
diff
changeset
|
6 "dependencies": { |
1171
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
7 "bootstrap": "^4.3.1", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
8 "clean-css": "^4.2.1", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
9 "clean-css-cli": "^4.3.0", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
10 "gulp": "^4.0.2", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
11 "gulp-concat": "~2.6.1", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
12 "gulp-cssnano": "^2.1.3", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
13 "gulp-less": "^4.0.1", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
14 "gulp-rename": "^1.4.0", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
15 "gulp-sass": "~4.0.2", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
16 "gulp-sourcemaps": "~2.6.5", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
17 "gulp-uglify": "^3.0.2", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
18 "gulp-util": "~3.0.8", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
19 "less": "^3.10.3", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
20 "node-sass": "^4.12.0", |
1069
dff873f11541
admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower.
Ludovic Chabant <ludovic@chabant.com>
parents:
1067
diff
changeset
|
21 "open-iconic": "^1.1.1", |
1171
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
22 "popper.js": "^1.15.0", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
23 "timeago": "^1.6.7", |
7eb58b5748eb
cm: Update gulp/npm stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
1139
diff
changeset
|
24 "uglify-js": "^3.6.0" |
603
7e4e567377cd
cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
25 } |
7e4e567377cd
cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
26 } |