-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@acpaas-ui/js-libs",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
"info": "lerna info && lerna list",
"bootstrap": "lerna bootstrap",
"lint": "lerna exec \"npm run lint\"",
"test": "lerna exec \"npm run test\"",
"deploy": "lerna bootstrap && lerna publish",
"build": "lerna exec \"npm run build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/FabianMeul/acpaas-ui-js.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/FabianMeul/acpaas-ui-js#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-rewire": "^1.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-register": "^6.26.0",
"colors": "1.3.0",
"command-line-args": "^5.0.2",
"eslint": "^4.19.1",
"lerna": "3.20.2",
"lodash.camelcase": "4.3.0",
"lodash.capitalize": "4.2.1",
"rimraf": "3.0.0",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-uglify": "^3.0.0",
"uglify-es": "^3.3.9"
},
"dependencies": {}
}