-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "dailybrain-website",
"version": "1.0.0",
"description": "DailyBrain Website",
"author": "Vincent Spiewak",
"license": "CC BY-NC-ND 2.0",
"homepage": "https://dailybrain.fr",
"repository": {
"type": "git",
"url": "https://github.com/dailybrain/dailybrain.github.io.git"
},
"scripts": {
"start": "gulp",
"dev": "gulp serve",
"prod": "cross-env NODE_ENV=prod gulp",
"prod:serve": "python -m http.server --directory docs"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"aos": "^3.0.0-beta.6",
"bootstrap": "^5.0.0-alpha2",
"browser-sync": "^2.26.12",
"countup.js": "^2.0.7",
"cross-env": "^7.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-better-rollup": "^4.0.1",
"gulp-clean": "^0.4.0",
"gulp-cssmin": "^0.2.0",
"gulp-file-include": "^2.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-purgecss": "^3.0.0",
"gulp-responsive": "^3.0.1",
"gulp-sass": "^4.1.0",
"gulp-sitemap": "^7.6.0",
"gulp-sourcemaps": "^2.6.5",
"popper.js": "^1.16.1",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"smoothscroll-polyfill": "^0.4.4",
"typed.js": "^2.0.11"
}
}