Initial import
parents
.hgignore
0 → 100644
README.md
0 → 100644
bsconfig.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "cubicweb-generic-client", | ||
"version": "0.1.0", | ||
"scripts": { | ||
"build": "bsb -make-world", | ||
"start": "bsb -make-world -w", | ||
"clean": "bsb -clean-world", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"webpack": "webpack -w", | ||
"webpack:production": "NODE_ENV=production webpack" | ||
}, | ||
"keywords": [ | ||
"BuckleScript" | ||
], | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"reason-react": ">=0.4.0", | ||
"bootstrap": "^3.3.7" | ||
}, | ||
"devDependencies": { | ||
"bs-platform": "^3.1.5", | ||
"webpack": "^4.0.1", | ||
"webpack-cli": "^2.0.10" | ||
} | ||
} |
src/Index.re
0 → 100644
src/bootstrap.min.css
0 → 100644
src/components/App.re
0 → 100644
src/components/Component2.re
0 → 100644
src/index.html
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment