forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.24 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
{
"private": true,
"scripts": {
"algolia-config": "algolia setsettings -a $ALGOLIA_APP_ID -k $ALGOLIA_ADMIN_KEY -n $ALGOLIA_INDEX_NAME -s algolia.json",
"algolia-index": "ts-node scripts/algolia-index.ts",
"algolia-upload": "atomic-algolia",
"config-examples": "node scripts/create-config-examples.js",
"lighthouse": "lighthouse --output html --output-path ./reports/lighthouse.html --view https://vector.dev"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.2.1",
"@algolia/autocomplete-theme-classic": "^1.2.1",
"@algolia/cli": "^4.0.8",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@datadog/browser-logs": "^3.1.3",
"@datadog/browser-rum": "^3.1.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@iarna/toml": "^2.2.5",
"@ryangjchandler/spruce": "^2.6.3",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.1",
"@types/dotenv-defaults": "^2.0.1",
"@types/lodash.chunk": "^4.2.6",
"@types/node": "^16.0.1",
"@types/topojson-specification": "^1.0.1",
"algoliasearch": "^4.10.3",
"alpinejs": "^2.8.2",
"atomic-algolia": "^0.3.19",
"autoprefixer": "^10.2.5",
"babel-preset-next": "^1.4.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.5",
"classnames": "^2.3.1",
"core-js": "^3.14.0",
"d3-geo": "^3.0.1",
"domhandler": "^4.2.0",
"dotenv-defaults": "^2.0.2",
"downshift": "^6.1.3",
"fs": "^0.0.1-security",
"glob-promise": "^4.2.0",
"instantsearch.js": "^4.24.1",
"lodash.chunk": "^4.2.0",
"path": "^0.12.7",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch": "^6.12.0",
"react-instantsearch-dom": "^6.12.0",
"react-spring": "^9.2.3",
"react-use": "^17.2.4",
"regenerator-runtime": "^0.13.7",
"tailwindcss": "^2.2.4",
"tocbot": "^4.12.2",
"topojson-client": "^3.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"yaml": "^1.10.2"
},
"browserslist": [
"since 2017-06"
],
"devDependencies": {
"@netlify/plugin-lighthouse": "^2.1.2"
}
}