-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "frint-vue",
"description": "Vue.js packages for FrintJS",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"transpile": "lerna run transpile",
"lint": "lerna run lint",
"cover": "lerna run cover",
"test": "lerna run test",
"alex": "alex .",
"dist": "lerna run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frintjs/frint-vue.git"
},
"author": {
"name": "Fahad Ibnay Heylaal",
"url": "https://github.com/fahad19"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/frintjs/frint-vue/issues"
},
"homepage": "https://github.com/frintjs/frint-vue#readme",
"devDependencies": {
"alex": "^4.1.0",
"babel-cli": "^6.10.1",
"babel-core": "^6.13.2",
"babel-eslint": "^7.1.0",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.1.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.9.0",
"chai": "^4.0.2",
"coveralls": "^2.11.12",
"eslint": "^3.3.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.0.1",
"istanbul": "^1.1.0-alpha.1",
"istanbul-combine": "^0.3.0",
"lerna": "^2.0.0-beta.38",
"lerna-changelog": "^0.6.0",
"live-server": "^1.2.0",
"mocha": "^3.1.2",
"nyc": "^11.0.2",
"sinon": "^3.0.0",
"sinon-chai": "^2.8.0",
"webpack": "^3.0.0"
}
}