-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
54 lines (54 loc) · 1.3 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
54
{
"name": "made-with-riot",
"version": "0.2.0",
"description": "Riot.js components showcase",
"main": "gulpfile.js",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"del": "^5.1.0",
"gift": "^0.10.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-gh-pages": "^0.6.0-6",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-riot": "^1.1.5",
"gulp-sass": "^5.1.0",
"gulp-sequence": "^1.0.0",
"gulp-svgmin": "^2.2.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify": "^3.0.2",
"normalize.css": "^8.0.1",
"path": "^0.12.7",
"promise-polyfill": "^8.1.3",
"sass": "^1.54.5"
},
"scripts": {
"test": "",
"dev": "gulp watch:all",
"deploy": "gulp deploy",
"build": "gulp compile:all",
"start": "npm run build && gulp lift"
},
"repository": {
"type": "git",
"url": "https://github.com/riot/made-with-riot.git"
},
"keywords": [
"showcase",
"riot",
"riot.js",
"component"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/riot/made-with-riot/issues"
},
"homepage": "https://github.com/riot/made-with-riot"
}