Initial commit
Showing
.babelrc
0 → 100644
css/mystyles.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
jsconfig.json
0 → 100644
{ | { | ||
"name": "homepage_nexpie", | "name": "homepage_nexpie", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"react": "^16.8.6", | "@babel/cli": "^7.5.5", | ||
"react-dom": "^16.8.6", | "babel-plugin-react-intl": "^4.1.3", | ||
"react-scripts": "3.0.1" | "bulma": "^0.7.5", | ||
}, | "node-sass": "^4.12.0", | ||
"scripts": { | "node-sass-chokidar": "1.3.5", | ||
"start": "react-scripts start", | "prop-types": "^15.7.2", | ||
"build": "react-scripts build", | "react": "^16.8.6", | ||
"test": "react-scripts test", | "react-bulma-components": "^3.0.1-6", | ||
"eject": "react-scripts eject" | "react-country-flag": "^1.0.2", | ||
}, | "react-dom": "^16.8.6", | ||
"eslintConfig": { | "react-full-page": "^0.1.7", | ||
"extends": "react-app" | "react-full-snap": "^1.0.1", | ||
}, | "react-icons": "^3.7.0", | ||
"browserslist": { | "react-intl": "^2.9.0", | ||
"production": [ | "react-particles-js": "^2.7.0", | ||
">0.2%", | "react-redux": "^7.1.0", | ||
"not dead", | "react-scripts": "3.0.1", | ||
"not op_mini all" | "redux": "^4.0.4", | ||
], | "redux-thunk": "^2.3.0" | ||
"development": [ | }, | ||
"last 1 chrome version", | "scripts": { | ||
"last 1 firefox version", | "build-css": "node-sass-chokidar --include-path ./src/scss --include-path ./node_modules src/scss/ -o src/", | ||
"last 1 safari version" | "watch-css": "build-css && node-sass-chokidar --include-path ./src/scss --include-path ./node_modules src/scss/ -o src/ --watch --recursive", | ||
] | "extract-messages": "NODE_ENV=production babel ./src --out-file /dev/null", | ||
} | "start": "react-scripts start ", | ||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": "react-app" | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} | } |
src/App.css
deleted
100644 → 0
src/App.test.js
deleted
100644 → 0
src/_variables.sass
0 → 100644
src/assets/logo.png
0 → 100644
966 Bytes
src/components/Flag.js
0 → 100644
src/components/Fullpage.js
0 → 100644
src/components/Header.js
0 → 100644
src/components/Navbar.js
0 → 100644
src/components/Particles.js
0 → 100644
src/index.css
deleted
100644 → 0
src/logo.svg
deleted
100644 → 0
src/redux/actions/localeAction.js
0 → 100644
src/redux/reducers/index.js
0 → 100644
src/redux/reducers/localeReducer.js
0 → 100644
src/scss/overrideStyle.scss
0 → 100644
src/scss/style.scss
0 → 100644
src/translations/en.json
0 → 100644
src/translations/th.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment