Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Commit

Permalink
chore(app): move unnecessary deps to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Peeters committed May 25, 2018
1 parent 2fb64a3 commit e0dfab8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nosplatform/create-nos-dapp",
"version": "0.2.1",
"version": "0.2.2",
"description": "Create a dapp on the nOS platform",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -12,25 +12,27 @@
"build": "rimraf lib && ./node_modules/.bin/babel src -d lib"
},
"dependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/polyfill": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"argparse": "^1.0.10",
"babel-eslint": "^8.2.3",
"chalk": "^2.4.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"execa": "^0.10.0",
"figlet": "^1.2.0",
"fs-extra": "^5.0.0",
"inquirer": "^5.2.0",
"ora": "^2.1.0",
"prettier": "^1.12.1",
"rimraf": "^2.6.2",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"prettier": "^1.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nos/create-nos-dapp.git"
Expand Down

0 comments on commit e0dfab8

Please sign in to comment.