-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 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
{
"name": "starter-magnus",
"version": "1.0.0",
"description": "Best practices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skogendev/starter-magnus.git"
},
"author": "Magnus Holder Bjørk (skogen.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/skogendev/starter-magnus/issues"
},
"homepage": "https://github.com/skogendev/starter-magnus#readme",
"devDependencies": {
"@barba/core": "^2.3.9",
"@barba/css": "^2.1.8",
"@dogstudio/highway": "^2.1.2",
"@google/markerwithlabel": "^1.2.3",
"browser-sync": "^2.26.3",
"flatpickr": "^4.5.7",
"gsap": "^2.1.3",
"gulp": "latest",
"gulp-error-handle": "latest",
"gulp-mode": "latest",
"gulp-postcss": "latest",
"gulp-purgecss": "latest",
"gulp-replace": "latest",
"gulp-sourcemaps": "latest",
"gulp-watch": "latest",
"headroom.js": "^0.9.4",
"in-view": "^0.6.1",
"lazysizes": "^5.0.0",
"lottie-web": "^5.5.8",
"normalize.css": "^8.0.1",
"postcss-easy-import": "^3.0.0",
"postcss-for": "^2.1.1",
"postcss-nested": "^4.1.1",
"scroll-out": "^2.2.7",
"swiper": "^4.5.0",
"tailwindcss": "0.7.4",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-stream": "^5.2.1"
},
"dependencies": {},
"paths": {
"siteUrl": {
"dev": "http://salongen.test"
},
"src": {
"base": "./src",
"css": "./src/css/",
"js": "./src/js/"
},
"dest": {
"css": "./web/assets/css/",
"js": "./web/assets/js/"
},
"templates": "./templates/",
"craft": {
"config": "./config/"
}
}
}