generated from distantcam/windty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "celsomiranda",
"version": "1.0.0",
"description": "Celso's Personal Website",
"scripts": {
"start": "run-p start:*",
"start:eleventy": "eleventy --serve",
"start:postcss": "postcss src/styles/*.css --dir _site --watch",
"build": "run-s clean build:eleventy build:postcss",
"build:eleventy": "cross-env ELEVENTY_PRODUCTION=true eleventy",
"build:postcss": "cross-env NODE_ENV=production postcss src/styles/*.css --dir _site",
"clean": "rimraf _site"
},
"repository": {
"type": "git",
"url": "https://github.com/celsomiranda/mysite.git"
},
"keywords": [
"eleventy",
"11ty",
"tailwind"
],
"author": "Celso Miranda",
"license": "Unlicense",
"homepage": "https://github.com/celsomiranda/mysite#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"cssnano": "^5.1.7",
"html-minifier": "^4.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.23"
}
}