-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 917 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": "ftools-landing",
"version": "1.0.0",
"description": "Website for Frame Tools",
"main": "index.html",
"scripts": {
"start": "npm run serve",
"11ty": "npx @11ty/eleventy --input=./src --output=./public",
"build": "npm run 11ty",
"serve": "npm run 11ty -- --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frame-tools/landing-page.git"
},
"author": "Frame Tools <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/frame-tools/landing-page/issues"
},
"homepage": "https://github.com/frame-tools/landing-page#readme",
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@now/node": "^1.4.1",
"moment": "^2.24.0"
},
"dependencies": {
"axios": "^0.19.2",
"eleventy-plugin-sass": "^1.0.0",
"i18next": "^19.3.2",
"query-string": "^6.11.1",
"require-yml": "^1.4.0"
}
}