-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 967 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
{
"name": "lookbook-site",
"version": "1.0.0",
"description": "The styleguide of Lookback",
"scripts": {
"clean": "rm -rf build",
"css": "postcss src/stylesheets/site.css --dir build/assets --verbose",
"start": "eleventy --serve & npm run css -- --watch",
"build": "npm run css && eleventy",
"prebuild": "npm run clean",
"prestart": "npm run clean"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lookback/lookbook-website.git"
},
"author": "Johan Brook <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://lookback.github.io/lookbook-website",
"devDependencies": {
"prettier": "=2.0.5"
},
"dependencies": {
"@11ty/eleventy": "^0.7.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^2",
"@lookback/lookbook": "^6.0.6",
"dotenv": "^6",
"postcss": "^8",
"postcss-cli": "^11",
"postcss-csso": "^6",
"postcss-custom-media": "^8"
}
}