-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.28 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.28 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
41
42
43
{
"name": "webpack-config-css",
"version": "0.2.0",
"author": "Neal Granger <neal@nealg.com>",
"main": "css.webpack.config.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -s -d . src",
"lint": "./node_modules/.bin/eslint src",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack-config/webpack-config-css.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/webpack-config/webpack-config-css/issues"
},
"homepage": "https://github.com/webpack-config/webpack-config-css#readme",
"dependencies": {
"autoprefixer": "^6.7.5",
"css-js-loader": "^0.3.0",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"lodash": "^4.17.4",
"postcss-loader": "^1.3.2",
"postcss-nesting": "^2.3.1",
"style-loader": "^0.13.2",
"webpack-partial": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-preset-metalab": "^0.2.1",
"eslint": "^2.10.2",
"eslint-config-metalab": "^4.0.1",
"eslint-import-resolver-babel-module": "^2.0.1",
"eslint-plugin-filenames": "^0.2.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-lodash-fp": "^1.2.0",
"eslint-plugin-react": "^5.1.1"
}
}