Created
August 16, 2019 16:39
-
-
Save zacck-zz/dd7d9b79df08b0da47a09e20d49efd48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "----frontend", | |
"version": "2.12.0", | |
"private": true, | |
"engines": { | |
"node": "11.15.0" | |
}, | |
"scripts": { | |
"build": "npx elm-app build", | |
"start": "standard && npx elm-app start", | |
"make": "elm make", | |
"repl": "elm repl", | |
"reactor": "elm reactor", | |
"test": "npx elm-test", | |
"generate-graphql": "npx elm-graphql https://api.----.io/api/graph --base ---- --output src/elm" | |
}, | |
"standard": { | |
"plugins": [ | |
"html" | |
], | |
"parser": "babel-eslint", | |
"ignore": [ | |
"docker/env-config.js", | |
"scripts/" | |
] | |
}, | |
"devDependencies": { | |
"@babel/cli": "7.2.3", | |
"@babel/core": "7.3.4", | |
"@babel/plugin-transform-runtime": "7.3.4", | |
"@babel/preset-env": "7.3.4", | |
"@babel/runtime": "7.3.4", | |
"assets-webpack-plugin": "^3.5.1", | |
"autoprefixer": "^8.0.0", | |
"babel-eslint": "10.0.1", | |
"babel-loader": "8.0.4", | |
"babel-runtime": "^6.26.0", | |
"case-sensitive-paths-webpack-plugin": "^2.1.2", | |
"chalk": "^2.3.1", | |
"connect-history-api-fallback": "^1.5.0", | |
"cosmiconfig": "^5.0.6", | |
"css-loader": "^0.28.9", | |
"dotenv": "^5.0.0", | |
"elm-hot-webpack-loader": "^1.0.2", | |
"elm-test": "^0.19.0-rev5", | |
"elm-webpack-loader": "^5.0.0", | |
"eslint": "5.16.0", | |
"eslint-plugin-html": "5.0.5", | |
"file-loader": "^1.1.6", | |
"html-webpack-plugin": "^4.0.0-alpha.2", | |
"http-proxy-middleware": "^0.17.4", | |
"mini-css-extract-plugin": "^0.4.0", | |
"minimist": "1.2.0", | |
"postcss-flexbugs-fixes": "^3.3.0", | |
"postcss-loader": "2.1.5", | |
"promise": "8.0.1", | |
"react-dev-utils": "6.1.1", | |
"react-error-overlay": "^4.0.0", | |
"standard": "^12.0.1", | |
"string-replace-loader": "^2.1.1", | |
"style-loader": "^0.21.0", | |
"sw-precache-webpack-plugin": "^0.11.5", | |
"uglifyjs-webpack-plugin": "^1.2.4", | |
"url-loader": "^1.0.1", | |
"webpack": "^4.2.0", | |
"webpack-dev-server": "^3.1.1", | |
"webpack-manifest-plugin": "^2.0.3", | |
"whatwg-fetch": "2.0.4" | |
}, | |
"dependencies": { | |
"@dillonkearns/elm-graphql": "^3.0.1", | |
"@sentry/browser": "5.4.0", | |
"axios": "^0.18.0", | |
"babel-runtime": "^6.26.0", | |
"bip39": "^2.5.0", | |
"copy-webpack-plugin": "^5.0.3", | |
"create-elm-app": "^3.0.8", | |
"elm": "^0.19.0-no-deps", | |
"elm-format": "^0.8.1", | |
"eosjs": "^16.0.9", | |
"eosjs-ecc": "^4.0.4", | |
"jspdf": "^1.5.3", | |
"postcss": "^7.0.17", | |
"postcss-import": "^12.0.1", | |
"scatterjs-core": "^2.7.16", | |
"scatterjs-plugin-eosjs": "^1.5.1", | |
"scrypt-async": "^2.0.1", | |
"sjcl": "^1.0.8", | |
"sw-precache": "^5.2.1", | |
"tailwindcss": "^1.1.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment