-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
9,116 additions
and
5,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SASS_PATH=node_modules |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/dist/ | ||
/build/ | ||
/node_modules/ | ||
/yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Yamagishi Kazutoshi <[email protected]> | ||
Copyright (c) 2018-2019 Yamagishi Kazutoshi <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[build] | ||
base = "./" | ||
command = "NODE_ENV=production yarn build" | ||
publish = "./dist/" | ||
publish = "./build/" | ||
|
||
[build.environment] | ||
NODE_ENV = "development" | ||
NODE_VERSION = "8.11.3" | ||
NODE_VERSION = "10.15.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,64 @@ | ||
{ | ||
"author": "Yamagishi Kazutoshi <[email protected]>", | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"dependencies": { | ||
"@material/elevation": "^1.0.0", | ||
"@material/react-button": "^0.11.0", | ||
"@material/react-chips": "^0.11.0", | ||
"@material/react-layout-grid": "^0.11.0", | ||
"@material/react-material-icon": "^0.11.0", | ||
"@material/react-switch": "^0.11.0", | ||
"@material/react-text-field": "^0.11.0", | ||
"@material/react-top-app-bar": "^0.11.0", | ||
"@material/react-typography": "^0.11.0", | ||
"classnames": "^2.2.6", | ||
"immutable": "^4.0.0-rc.12", | ||
"formik": "^1.5.1", | ||
"localforage": "^1.7.3", | ||
"prismjs": "^1.15.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.4", | ||
"react": "^16.8.5", | ||
"react-color": "^2.17.0", | ||
"react-dom": "^16.8.4", | ||
"react-helmet": "^5.2.0", | ||
"react-redux": "^6.0.1", | ||
"react-router-dom": "^4.3.1", | ||
"react-toggle": "^4.0.2", | ||
"redux": "^4.0.1", | ||
"redux-devtools-extension": "^2.13.8", | ||
"redux-form": "^8.1.0", | ||
"redux-thunk": "^2.3.0", | ||
"styled-components": "^4.1.3" | ||
"react-dom": "^16.8.5", | ||
"react-helmet": "^6.0.0-beta", | ||
"react-router-dom": "^5.0.0" | ||
}, | ||
"description": "Chat Styles is a generator of style sheet for the YouTube Live Chat.", | ||
"devDependencies": { | ||
"@babel/core": "^7.3.4", | ||
"@babel/plugin-proposal-class-properties": "^7.3.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.3.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.2.0", | ||
"@babel/plugin-transform-react-inline-elements": "^7.2.0", | ||
"@babel/preset-flow": "^7.0.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^24.5.0", | ||
"babel-loader": "^8.0.5", | ||
"copy-webpack-plugin": "^5.0.1", | ||
"css-loader": "^2.1.1", | ||
"eslint": "^5.15.1", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"@types/classnames": "^2.2.7", | ||
"@types/jest": "^24.0.11", | ||
"@types/lodash": "^4.14.123", | ||
"@types/prismjs": "^1.9.1", | ||
"@types/react": "^16.8.8", | ||
"@types/react-color": "^2.17.0", | ||
"@types/react-dom": "^16.8.3", | ||
"@types/react-helmet": "^5.0.8", | ||
"@types/react-router-dom": "^4.3.1", | ||
"extract-loader": "^3.1.0", | ||
"file-loader": "^3.0.1", | ||
"flow-bin": "~0.91.0", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "^3.2.0", | ||
"jest": "^24.5.0", | ||
"raw-loader": "^1.0.0", | ||
"style-loader": "^0.23.1", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.2.3", | ||
"webpack-serve": "^2.0.3", | ||
"webpack-subresource-integrity": "^1.3.2", | ||
"workbox-webpack-plugin": "^4.1.0" | ||
"node-sass": "^4.11.0", | ||
"prettier": "^1.16.4", | ||
"react-scripts": "^2.1.8", | ||
"typescript": "^3.3.4000" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app" | ||
] | ||
}, | ||
"homepage": "https://chat-styles.app/", | ||
"license": "MIT", | ||
"name": "@ykzts/chat-styles", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ykzts/chat-styles.git" | ||
}, | ||
"scripts": { | ||
"build": "webpack --devtool source-map", | ||
"dev": "webpack-serve", | ||
"check": "eslint --ext .js --ext .jsx . && flow check", | ||
"test": "${npm_execpath} run check && jest" | ||
"build": "react-scripts build", | ||
"dev": "react-scripts start", | ||
"format": "prettier --ignore-path .gitignore --write \"**/*.{html,js,json,md,scss,ts,tsx}\"", | ||
"test": "react-scripts test" | ||
}, | ||
"version": "1.0.0" | ||
"version": "2.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
semi: false, | ||
singleQuote: true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* / 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="ja"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta content="width=device-width" name="viewport" /> | ||
<meta content="#ffc107" name="theme-color" /> | ||
<link href="%PUBLIC_URL%/manifest.json" rel="manifest" /> | ||
<link href="%PUBLIC_URL%/favicon.ico" rel="icon" /> | ||
<title>Chat Styles</title> | ||
<meta content="Chat StylesはYouTube Liveのチャットの見た目を変更するCSSを生成するためのツールです。OBS StudioのブラウザソースのカスタムCSSとして使われることを前提としています。" name="description" /> | ||
<meta content="%PUBLIC_URL%/favicon-192x192.png" property="og:image" /> | ||
<meta content="192" property="og:image:height" /> | ||
<meta content="192" property="og:image:width" /> | ||
<meta content="" property="og:title" /> | ||
<meta content="website" property="og:type" /> | ||
<meta content="summary" name="twitter:card" /> | ||
<meta content="Chat StylesはYouTube Liveのチャットの見た目を変更するCSSを生成するためのツールです。OBS StudioのブラウザソースのカスタムCSSとして使われることを前提としています。" name="twitter:description" /> | ||
<meta content="%PUBLIC_URL%/favicon-192x192.png" name="twitter:image" /> | ||
<meta content="Chat Styles" name="twitter:title" /> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import React, { FunctionComponent, ReactElement, Suspense, lazy } from 'react' | ||
import { Route, Switch } from 'react-router-dom' | ||
import Layout from './components/templates/Layout' | ||
|
||
const App: FunctionComponent = (): ReactElement => ( | ||
<Layout title="Chat Styles"> | ||
<Suspense fallback={null}> | ||
<Switch> | ||
<Route | ||
component={lazy(() => import('./pages/Generator'))} | ||
exact | ||
path="/" | ||
/> | ||
<Route component={lazy(() => import('./pages/NoMatch'))} /> | ||
</Switch> | ||
</Suspense> | ||
</Layout> | ||
) | ||
|
||
export default App |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.