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", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react-scripts": "3.0.1" | ||
}, | ||
"scripts": { | ||
"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" | ||
] | ||
} | ||
"name": "homepage_nexpie", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@babel/cli": "^7.5.5", | ||
"babel-plugin-react-intl": "^4.1.3", | ||
"bulma": "^0.7.5", | ||
"node-sass": "^4.12.0", | ||
"node-sass-chokidar": "1.3.5", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
"react-bulma-components": "^3.0.1-6", | ||
"react-country-flag": "^1.0.2", | ||
"react-dom": "^16.8.6", | ||
"react-full-page": "^0.1.7", | ||
"react-full-snap": "^1.0.1", | ||
"react-icons": "^3.7.0", | ||
"react-intl": "^2.9.0", | ||
"react-particles-js": "^2.7.0", | ||
"react-redux": "^7.1.0", | ||
"react-scripts": "3.0.1", | ||
"redux": "^4.0.4", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"scripts": { | ||
"build-css": "node-sass-chokidar --include-path ./src/scss --include-path ./node_modules src/scss/ -o src/", | ||
"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