Adding tachyons-algolia

This commit is contained in:
Pixelastic 2017-12-12 14:38:02 +01:00
parent f2aaee687c
commit dc69b0ae28
31 changed files with 22233 additions and 6 deletions

View File

@ -3,10 +3,14 @@
"private": true,
"version": "1.0.0",
"scripts": {
"serve": "NODE_ENV=development node lib/start.js",
"build": "NODE_ENV=production node lib/build.js"
"serve": "./scripts/serve",
"build": "./scripts/build",
"postinstall": "./scripts/postinstall"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.34",
"@babel/preset-env": "7.0.0-beta.34",
"@babel/preset-react": "7.0.0-beta.34",
"algolia-aerial": "1.2.6",
"algolia-frontend-components": "0.0.34",
"async": "2.6.0",
@ -41,8 +45,8 @@
"metalsmith-layouts": "1.8.1",
"metalsmith-sass": "1.4.0",
"ms-webpack": "2.0.0",
"nodemon": "1.12.5",
"node-sass": "4.7.2",
"nodemon": "1.12.5",
"postcss": "6.0.14",
"postcss-loader": "2.0.9",
"postcss-scss": "1.0.2",
@ -60,9 +64,7 @@
"webpack": "3.10.0",
"webpack-dev-middleware": "1.12.2",
"webpack-hot-middleware": "2.21.0",
"@babel/core": "7.0.0-beta.34",
"@babel/preset-env": "7.0.0-beta.34",
"@babel/preset-react": "7.0.0-beta.34"
"tachyons-algolia": "^0.3.18"
},
"engines": {
"node": "^9.2.0",

3
docs-src/scripts/build Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
NODE_ENV=development node lib/build.js

10
docs-src/scripts/postinstall Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env sh
mkdir -p ./src/stylesheets/vendors/tachyons-algolia/
cp \
./node_modules/tachyons-algolia/build/* \
./src/stylesheets/vendors/tachyons-algolia
cp \
./node_modules/tachyons-algolia/build/fonts/* \
./src/assets/fonts

3
docs-src/scripts/serve Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
NODE_ENV=development node lib/serve.js

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 829 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 800 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -7378,6 +7378,10 @@ table@^4.0.1:
slice-ansi "1.0.0"
string-width "^2.1.1"
tachyons-algolia@^0.3.18:
version "0.3.18"
resolved "https://registry.yarnpkg.com/tachyons-algolia/-/tachyons-algolia-0.3.18.tgz#ca4087aa41774f90bc9a88a78303eff4c2dda7bd"
tapable@^0.2.7, tapable@~0.2.5:
version "0.2.8"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22"