Front-end training
Showing
.babelrc
0 → 100644
gulpfile.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "front-end-training", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "start": "gulp", | ||
| "build": "npx babel ./src/js/todo-list.js --out-file ./src/js/todo-list.min.js --presets minify --watch" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@babel/cli": "^7.2.3", | ||
| "@babel/core": "^7.2.2", | ||
| "@babel/plugin-proposal-class-properties": "^7.3.4", | ||
| "@babel/plugin-transform-react-jsx": "^7.2.0", | ||
| "babel-minify": "^0.5.0", | ||
| "babel-preset-minify": "^0.5.0", | ||
| "browser-sync": "^2.26.7", | ||
| "gulp": "^4.0.2", | ||
| "gulp-pug": "^4.0.1", | ||
| "gulp-sass": "^4.0.2" | ||
| }, | ||
| "dependencies": { | ||
| "react-hyperscript": "^3.2.0" | ||
| } | ||
| } |
src/css/style.css
0 → 100644
src/footer.html
0 → 100644
src/head.html
0 → 100644
src/header.html
0 → 100644
src/index.html
0 → 100644
src/js/todo-list.js
0 → 100644
src/js/todo-list.min.js
0 → 100644
src/pug/footer.pug
0 → 100644
src/pug/head.pug
0 → 100644
src/pug/header.pug
0 → 100644
src/pug/index.pug
0 → 100644
src/scss/style.scss
0 → 100644
Please
register
or
sign in
to comment