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-- |
0
5f4fcbc80b37
Create new repository to host all dashboard developments
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
{ |
8 | 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 | 5 |
"scripts": { |
6 |
"set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0" |
|
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 |
} |