-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "workshop-one-page-to-life",
"version": "0.0.1",
"description": "Front-end development: Bringing a one-page design to life. A workshop by Locomotive Inc.",
"keywords": [],
"author": "Locomotive Inc.",
"license": "ISC",
"type": "module",
"engines": {
"node": ">=16.20.0",
"npm": ">=8.0"
},
"scripts": {
"start": "node --experimental-json-modules --no-warnings build/watch.js",
"build": "node --experimental-json-modules --no-warnings build/build.js"
},
"dependencies": {
"gsap": "^3.12.2",
"locomotive-scroll": "^5.0.0-beta.8",
"modujs": "^1.4.2",
"normalize.css": "^8.0.1",
"three": "^0.155.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@factorial/eleventy-plugin-twig": "^0.1.2",
"browser-sync": "^2.29.3",
"esbuild": "^0.19.0",
"kleur": "^4.1.5",
"sass": "^1.65.1",
"twig": "^1.16.0"
},
"stackblitz": {
"startCommand": "npm start"
}
}