-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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": "rollup-plugin-collect-sass",
"version": "1.0.9",
"description": "Transform Sass in a single context",
"main": "dist/rollup-plugin-collect-sass.js",
"files": "dist",
"scripts": {
"build": "rollup -c",
"test": "npm run lint && jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathancahill/rollup-plugin-collect-sass.git"
},
"author": "Nathan Cahill <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathancahill/rollup-plugin-collect-sass/issues"
},
"homepage": "https://github.com/nathancahill/rollup-plugin-collect-sass#readme",
"dependencies": {
"mkdirp": "^0.5.1",
"node-sass": ">= 3.8.0",
"resolve": "^1.3.3",
"rollup-pluginutils": ">= 1.3.1",
"style-inject": "^0.1.0"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.0.0-alpha.6",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"jest": "^19.0.2",
"rollup": "^0.41.6",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-node-resolve": "^3.0.0"
}
}