-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 904 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
{
"name": "joshjavier.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "concurrently --kill-others \"npm:css\" \"npm:dev\"",
"dev": "eleventy --serve",
"css": "postcss src/css/main.css -o dist/css/main.css -w",
"prebuild": "postcss src/css/main.css -o dist/css/main.css",
"build": "eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Josh Javier",
"license": "MIT",
"browserslist": [
"defaults"
],
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"concurrently": "^8.2.0",
"eleventy-plugin-svg-sprite": "^2.4.0",
"netlify-cli": "^15.6.0",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-import-ext-glob": "^2.1.1",
"postcss-lightningcss": "^0.8.1",
"prettier": "2.8.8",
"tailwindcss": "^3.3.2",
"typeset": "^0.3.3"
}
}