clientjs/package.json
author ymh <ymh.work@gmail.com>
Thu, 20 Sep 2018 18:45:04 +0200
changeset 15 799d0e9aa1dd
parent 12 256b31ffdc33
child 17 c2c97df0a642
permissions -rw-r--r--
Added tag 0.2.0 for changeset 521d1a8c7150
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
8
24a3d661309f prepare version
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     2
  "name": "annotation-dashboard-clientjs",
12
256b31ffdc33 define new version for nextleap dashboard
ymh <ymh.work@gmail.com>
parents: 8
diff changeset
     3
  "version": "0.2.0",
0
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "private": true,
8
24a3d661309f prepare version
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     5
  "scripts": {
24a3d661309f prepare version
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     6
    "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
24a3d661309f prepare version
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     7
  },
0
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  "devDependencies": {
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    "babel-eslint": "^9.0.0",
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    "eslint": "^5.4.0",
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    "eslint-plugin-react": "^7.11.1",
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    "lerna": "^3.2.1"
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
  }
5f4fcbc80b37 Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
}