-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
67 lines (67 loc) · 2.14 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
{
"name": "talksearch",
"version": "0.0.0",
"description": "The easiest way to add search to your conference videos.",
"repository": "https://github.com/algolia/talksearch.git",
"bugs": "https://github.com/algolia/talksearch/issues",
"homepage": "https://community.algolia.com/talksearch",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production babel-node ./scripts/build/index.js",
"lint": "./scripts/lint",
"serve": "babel-node ./scripts/build/serve.js",
"deploy": "./scripts/deploy",
"screenshots": "babel-node ./scripts/build/screenshots.js",
"new:demo": "babel-node ./scripts/new-demo.js",
"precommit": "yarn lint"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/node": "^7.0.0-beta.51",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@fullhuman/postcss-purgecss": "^1.0.1",
"autoprefixer": "^8.6.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.3",
"babel-plugin-dynamic-import-node-sync": "^2.0.1",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.4",
"cpx": "^1.5.0",
"eslint": "4.19.1",
"eslint-config-algolia": "^13.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-prettier": "^2.6.0",
"front-matter": "^2.3.0",
"fs-extra": "^7.0.0",
"gh-pages": "^1.2.0",
"glob": "^7.1.2",
"husky": "^0.14.3",
"inquirer": "^6.0.0",
"live-server": "1.2.1",
"lodash": "^4.17.10",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-highlightjs": "^3.0.0",
"mkdirp": "^0.5.1",
"normalize.css": "^8.0.0",
"p-all": "^1.0.0",
"p-each-series": "^1.0.0",
"p-map": "^1.2.0",
"pify": "^3.0.0",
"postcss": "^6.0.23",
"postcss-clean": "^1.1.0",
"postcss-import": "^11.1.0",
"postcss-nested": "^3.0.0",
"prettier": "1.9.2",
"pug": "^2.0.3",
"puppeteer": "^1.6.1",
"stylelint": "^9.3.0",
"stylelint-csstree-validator": "^1.3.0",
"tailwindcss": "^0.6.1"
}
}