-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.6 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": "ui-common",
"version": "1.0.0",
"main": "rollup.config.js",
"scripts": {
"start": "rollup -cw"
},
"repository": {
"type": "git",
"url": "https://github.com/pronav/ui-common.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.0.0-rc.2",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0-rc.2",
"@babel/plugin-transform-arrow-functions": "^7.0.0-rc.2",
"@babel/plugin-transform-block-scoped-functions": "^7.0.0-rc.2",
"@babel/plugin-transform-block-scoping": "^7.0.0-rc.2",
"@babel/plugin-transform-computed-properties": "^7.0.0-rc.2",
"@babel/plugin-transform-destructuring": "^7.0.0-rc.2",
"@babel/plugin-transform-parameters": "^7.0.0-rc.2",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-rc.2",
"@babel/plugin-transform-template-literals": "^7.0.0-rc.2",
"autoprefixer-stylus": "^0.14.0",
"babel-eslint": "^8.2.6",
"chokidar": "^2.0.4",
"eslint": "^5.4.0",
"fast-async": "^7.0.6",
"glob": "^7.1.2",
"nodent-compiler": "^3.2.9",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.0-beta.8",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-inject": "^2.2.0",
"rollup-plugin-svelte": "^4.2.1",
"stylus": "^0.54.5",
"svelte": "2.12.0",
"uglify-js": "^3.4.8",
"yargs-parser": "^10.1.0"
},
"devDependencies": {
"husky": "^1.0.0-rc.13",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"bin": {
"lintOutput": "./scripts/lintOutput.js"
}
}