-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1023 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
{
"name": "interversehq",
"description": "Interverse Website",
"scripts": {
"start": "npm-run-all -p dev:*",
"build": "run-s build:*",
"dev:11ty": "eleventy --serve",
"dev:css": "tailwindcss -i assets/css/main.css -o _site/assets/css/main.css --watch",
"build:11ty": "eleventy",
"build:css": "tailwindcss -i assets/css/main.css -o _site/assets/css/main.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rust-stuco/rust-stuco.github.io.git"
},
"author": "jurplel",
"license": "MIT",
"bugs": {
"url": "https://github.com/rust-stuco/rust-stuco.github.io/issues"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"markdown-it-attrs": "^4.1.6",
"@kamona/tailwindcss-perspective": "^0.1.1",
"@tailwindcss/typography": "^0.5.9",
"npm-run-all": "^4.1.5",
"nunjucks-date-filter": "^0.1.1",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"caniuse-lite": "^1.0.30001549"
}
}