-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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": "webpack-config-postcss",
"version": "0.3.0",
"author": "Izaak Schroeder <[email protected]>",
"repository": "izaakschroeder/webpack-config-metalab",
"license": "CC0-1.0",
"main": "dist/postcss.webpack.config.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -s -d dist src",
"lint": "./node_modules/.bin/eslint .",
"test": "npm run lint"
},
"dependencies": {
"autoprefixer": "^6.0.3",
"css-js-loader": "^0.2.2",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^0.9.0",
"postcss-import": "^7.1.0",
"postcss-loader": "^0.8.0",
"postcss-require": "^0.1.0",
"precss": "^1.3.0",
"style-loader": "^0.13.0",
"webpack-partial": "^1.0.0"
},
"peerDependencies": {
"postcss": ">=5.0.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-metalab": "^0.2.0",
"eslint": "^1.10.3",
"eslint-config-metalab": "^2.0.0-beta.1",
"eslint-plugin-filenames": "^0.2.0",
"eslint-plugin-import": "^0.12.1",
"eslint-plugin-react": "^3.16.0",
"postcss": "^5.0.14",
"webpack": "^1.12.12"
}
}