forked from segmentio/segment-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.3 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
73
74
{
"name": "segment-docs",
"version": "1.0.0",
"repository": "[email protected]:segmentio/segment-docs.git",
"author": "Jeff Knight <[email protected]>",
"license": "UNLICENSED",
"private": true,
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"scripts": {
"develop": "bundle exec jekyll clean && webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V",
"develop-inc": "webpack --mode production && JEKYLL_ENV=testing bundle exec jekyll build --trace -V -I",
"build": "bundle exec jekyll clean && webpack --mode production && bundle exec jekyll build --trace -V"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"axios": "^0.24.0",
"babel-loader": "^8.2.2",
"concurrently": "^6.2.1",
"front-matter": "^4.0.2",
"glob": "^7.2.0",
"js-yaml": "^4.1.0",
"remark": "^14.0.1",
"remark-cli": "^10.0.0",
"remark-lint": "^9.1.0",
"remark-preset-lint-markdown-style-guide": "^5.1.0",
"remark-preset-lint-recommended": "^6.1.0",
"superagent": "^6.1.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"yaml-lint": "^1.2.4"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.4.0",
"@algolia/autocomplete-plugin-algolia-insights": "^1.4.0",
"@algolia/client-search": "^4.10.5",
"@babel/runtime": "^7.15.4",
"ajv": "^6.10.2",
"algoliasearch": "^4.10.5",
"ansi-regex": "^6.0.1",
"browser-sync": "^2.27.7",
"check-links": "^1.1.8",
"clipboard": "^2.0.8",
"diff": "^5.0.0",
"dotenv": "^10.0.0",
"enquirer": "^2.3.6",
"fast-csv": "^4.3.6",
"find-up": "^6.3.0",
"glightbox": "^3.1.0",
"globby": "11.0.4",
"handlebars": "^4.7.7",
"locate-path": "^7.1.0",
"ora": "5.4.1",
"p-locate": "5.0.0",
"pkg-dir": "^6.0.1",
"posthtml": "^0.16.5",
"posthtml-urls": "^1.0.0",
"search-insights": "^2.0.3",
"semver": "^7.3.5",
"tap-spot": "^1.1.1",
"tippy.js": "5.2.0",
"typewriter": "^7.4.1",
"webpack-dotenv-plugin": "^2.1.0"
},
"packageManager": "[email protected]"
}