Files
start9.com/package.json
Spencer Flagg c669ef8409 first commit?
2022-07-19 16:25:29 +02:00

24 lines
435 B
JSON

{
"name": "start9-landing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "main.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.1"
},
"dependencies": {
"eleventy-sass": "^1.3.1",
"esm": "^3.2.25",
"gsap": "^3.10.4",
"webpack": "^5.72.1"
}
}