-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "@socifi/rollup-config",
"version": "2.2.2",
"description": "SOCIFI default rollup config",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/socifi/rollup-config.git"
},
"bugs": {
"url": "https://github.com/socifi/rollup-config/issues"
},
"homepage": "https://github.com/socifi/rollup-config",
"author": "Michal Ozogán <michal@socifi.com>",
"license": "Apache-2.0",
"keywords": [
"rollup",
"rollup-config",
"rollupconfig"
],
"scripts": {
"lint": "eslint ./src/*.js",
"release": "semantic-release"
},
"dependencies": {
"rollup": "^1.25.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1"
},
"devDependencies": {
"@socifi/eslint-config": "^2.10.0",
"@socifi/commitlint-config": "^1.1.0",
"@socifi/semantic-release-config": "^1.0.1"
}
}