|
@@ -0,0 +1,32 @@
|
|
|
+{
|
|
|
+ "name": "eiru_automation_ui",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "Eiru Automation UI",
|
|
|
+ "main": "index.js",
|
|
|
+ "author": "Robert Alexis Gauto",
|
|
|
+ "license": "MIT",
|
|
|
+ "scripts": {
|
|
|
+ "start": "./node_modules/.bin/webpack --mode development --progress --config webpack.config.js",
|
|
|
+ "build": "./node_modules/.bin/webpack --mode production --config webpack.config.js"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "bulma": "^0.6.2",
|
|
|
+ "preact": "^8.2.7"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "autoprefixer": "^8.1.0",
|
|
|
+ "babel-cli": "^6.26.0",
|
|
|
+ "babel-core": "^6.26.0",
|
|
|
+ "babel-loader": "^7.1.3",
|
|
|
+ "babel-plugin-transform-react-jsx": "^6.24.1",
|
|
|
+ "babel-preset-env": "^1.6.1",
|
|
|
+ "css-loader": "^0.28.10",
|
|
|
+ "extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
|
+ "less": "^3.0.1",
|
|
|
+ "less-loader": "^4.0.6",
|
|
|
+ "style-loader": "^0.20.2",
|
|
|
+ "uglifyjs-webpack-plugin": "^1.2.2",
|
|
|
+ "webpack": "^4.1.0",
|
|
|
+ "webpack-cli": "^2.0.10"
|
|
|
+ }
|
|
|
+}
|