-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
72 lines (72 loc) · 2.39 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "bentojs-dev",
"version": "1.0.0",
"description": "The home for AMP's standalone components: Bento",
"main": "index.js",
"scripts": {
"build": "gulp build",
"build:production": "ELEVENTY_ENV=prod gulp build",
"build:eleventy": "eleventy",
"clean": "rimraf dist",
"develop": "npx gulp develop",
"import": "npx gulp importAll",
"deploy:production": "ELEVENTY_ENV=prod run-s clean import build publish:production",
"deploy:staging": "ELEVENTY_ENV=staging run-s clean import build publish:staging",
"lint": "eslint ./app/**/*.js -c ./.eslintrc.json --ignore-pattern amphtml",
"lint:fix": "eslint ./app/**/*.js -c ./.eslintrc.json --fix --ignore-pattern amphtml",
"publish:production": "firebase deploy",
"publish:staging": "firebase hosting:channel:deploy staging",
"serve": "eleventy --serve",
"start": "npx gulp --tasks",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ampproject/bentojs.dev.git"
},
"keywords": ["AMP", "Page", "Experience", "Bento"],
"author": "The AMP HTML Authors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/bentojs.dev/issues"
},
"homepage": "https://github.com/ampproject/bentojs.dev#readme",
"devDependencies": {
"@11ty/eleventy": "1.0.0",
"@11ty/eleventy-img": "1.0.0",
"@11ty/eleventy-plugin-rss": "1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
"@ampproject/toolbox-validator-rules": "2.8.0",
"csso": "5.0.2",
"eleventy-plugin-toc": "1.1.5",
"esbuild": "0.14.17",
"eslint": "8.8.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"espree": "9.3.0",
"execa": "5.1.1",
"fast-glob": "3.2.11",
"gray-matter": "4.0.3",
"gulp": "4.0.2",
"gulp-sass": "5.1.0",
"gulp-svgstore": "8.0.0",
"html-minifier": "4.0.0",
"lodash.get": "4.4.2",
"markdown-it-anchor": "8.4.1",
"markdown-it-attrs": "4.1.3",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"purgecss": "4.1.3",
"rimraf": "3.0.2",
"sass": "1.49.7",
"sentence-splitter": "3.2.2",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"dependencies": {
"@bentoproject/accordion": "1.2201141909.4",
"@bentoproject/sidebar": "1.2201141909.4"
}
}