generated from philhawksworth/eleventyone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.34 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
{
"name": "leslie-dot-dev",
"version": "1.0.0",
"description": "Leslie Cohn-Wein is a Staff Frontend Engineer who loves the Jamstack, React, CSS, & accessibility.",
"author": "Leslie Cohn-Wein",
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "cross-env ELEVENTY_ENV=dev eleventy --serve",
"build": "cross-env ELEVENTY_ENV=prod eleventy",
"seed": "cross-env ELEVENTY_ENV=seed eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/lesliecdubs/leslie.dev"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"eleventy-plugin-embed-spotify": "^1.3.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"cssnano": "^6.0.2",
"dotenv": "^16.3.1",
"html-minifier": "^4.0.0",
"luxon": "^3.4.4",
"postcss": "^8.4.32",
"postcss-color-mix": "^1.1.0",
"postcss-comment": "^2.0.0",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
"postcss-simple-vars": "^7.0.1",
"precss": "^4.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-declaration-strict-value": "^1.9.2",
"uglify-js": "^3.17.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"cross-env": "7.0.3",
"stylelint": "^14.16.1",
"stylelint-order": "^6.0.4"
}
}