-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 Bytes
/
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
{
"name": "laravel-films-codeline",
"version": "0.0.1",
"description": "test task for codeline.io",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukas-pierce/laravel-films.dev.git"
},
"keywords": [
"laravel",
"codeline"
],
"author": "Lukas Pierce",
"bugs": {
"url": "https://github.com/lukas-pierce/laravel-films.dev/issues"
},
"homepage": "https://github.com/lukas-pierce/laravel-films.dev#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"jquery": "^3.2.1",
"popper.js": "^1.12.9",
"webpack": "^3.8.1"
},
"dependencies": {
"@fancyapps/fancybox": "^3.2.5"
}
}