-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
48
49
50
51
52
53
{
"name": "presentation-2019-automate",
"version": "1.0.1",
"scripts": {
"setup": "npm i",
"deploy": "./node_modules/.bin/gulp deploy",
"build": "./node_modules/.bin/gulp build",
"start": "./node_modules/.bin/gulp serve",
"test": "echo '🆗'"
},
"repository": {
"type": "git",
"url": "[email protected]:atomantic/presentation_automate_yourself.git"
},
"devDependencies": {
"bespoke": "^1.1.0",
"bespoke-backdrop": "^1.0.0",
"bespoke-bullets": "^1.1.0",
"bespoke-forms": "^1.0.0",
"bespoke-hash": "^1.1.0",
"bespoke-keys": "^1.1.0",
"bespoke-progress": "^1.0.0",
"bespoke-scale": "^1.0.1",
"bespoke-theme-atomantic": "^3.0.1",
"bespoke-touch": "^1.0.0",
"brfs": "^2.0.2",
"browserify": "17.0.0",
"del": "6.0.0",
"gulp": "github:gulpjs/gulp#v4.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-connect": "^5.7.0",
"gulp-csso": "^4.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-streamify": "^1.0.2",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.2",
"open": "8.0.2",
"prismjs": "^1.20.0",
"through": "^2.3.8",
"vinyl-source-stream": "^2.0.0",
"x-gif": "^1.0.5"
},
"license": "ISC",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"gift": "0.10.2"
}
}