-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 968 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
{
"name": "web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch:eleventy": "npx @11ty/eleventy --serve",
"watch:sass": "npx sass scss:_site/css/ --watch",
"start": "tinacms dev -c \"npm run watch:eleventy && watch:sass\"",
"build": "tinacms build && npx @11ty/eleventy && sass scss:_site/css/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fynnit/werkstatt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fynnit/werkstatt/issues"
},
"homepage": "https://github.com/fynnit/werkstatt#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"moment-timezone": "^0.5.33",
"sass": "^1.35.1"
},
"dependencies": {
"@tinacms/cli": "^1.5.26",
"eleventy-plugin-seo": "^0.5.2",
"markdown-it": "^12.0.6",
"tinacms": "^1.5.17"
}
}