forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.2 KB
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
{
"name": "gatsby-plugin-postcss-sass",
"description": "Gatsby plugin to handle scss/sass files with integrated support for also processing with Postcss plugins",
"version": "1.0.18",
"author": "Scotty Eckenthal <scotty@meetfabric.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"gatsby-1-config-css-modules": "^1.0.10",
"node-sass": "^4.5.2",
"sass-loader": "^9.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss-sass#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"postcss",
"sass",
"scss"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^1.0.0"
},
"readme": "README.md",
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss-sass",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore __tests__"
}
}