-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
77 lines (77 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "site-artesaos",
"version": "0.0.1",
"description": "Site da comunidade artesãos br",
"main": "index.js",
"scripts": {
"postinstall": "gulp",
"serve": "gulp serve",
"build": "gulp",
"build:styles": "gulp styles",
"build:scripts": "gulp scripts",
"build:dev": "gulp scripts:main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artesaos/site.git"
},
"keywords": [
"artesaos",
"laravel",
"comunidade"
],
"author": "Comunidade Artesãos",
"license": "MIT",
"bugs": {
"url": "https://github.com/artesaos/site/issues"
},
"homepage": "https://github.com/artesaos/site#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"browser-sync": "^2.11.2",
"browserify": "^13.0.0",
"github": "^0.2.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jquery": "^3.2.1",
"jquery.localscroll": "^1.4.0",
"jquery.scrollto": "^2.1.2",
"lodash": "^4.6.1",
"promise": "^7.1.1",
"shortify": "0.0.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^1.0.20",
"vue-resource": "^0.7.0"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^5.8.38",
"http-server": "^0.9.0",
"vue-hot-reload-api": "^1.3.2",
"vueify": "^8.3.6",
"vueify-insert-css": "^1.0.0"
},
"gulp-config": {
"vendors": {
"js": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js",
"node_modules/jquery.scrollto/jquery.scrollTo.min.js",
"node_modules/jquery.localscroll/jquery.localScroll.min.js"
],
"css": [
"node_modules/bootstrap/dist/css/bootstrap.min.css"
]
}
}
}