-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "lands-upon",
"version": "1.0.0",
"description": "",
"main": ".eleventy.js",
"scripts": {
"build": "eleventy && npm run sass",
"serve": "concurrently 'eleventy --serve' 'npm run sass:watch' --success",
"sass": "sass styles/:_site/styles/ --no-source-map --style=compressed --update",
"sass:watch": "npm run sass && npm run sass -- -w",
"clean": "rm -rf _site",
"order": "bash order.sh assets/images"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arpitbatra123/lands-upon.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arpitbatra123/lands-upon/issues"
},
"homepage": "https://github.com/arpitbatra123/lands-upon#readme",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^0.9.0",
"@exifer/exif": "^1.0.0-beta.2",
"@exifer/gps": "^1.0.0-beta.2",
"concurrently": "^6.2.0",
"exifer": "^1.0.0-beta.2",
"fast-exif": "^1.0.1",
"feed": "^4.2.2",
"got": "^11.8.2",
"sass": "^1.35.1"
}
}