-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 926 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 926 Bytes
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
{
"name": "webpack-config-source-maps",
"version": "0.2.2",
"author": "Izaak Schroeder <izaak.schroeder@gmail.com>",
"repository": "izaakschroeder/webpack-config-metalab",
"license": "CC0-1.0",
"main": "dist/source-maps.webpack.config.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -s -d dist src",
"lint": "./node_modules/.bin/eslint .",
"test": "npm run lint"
},
"peerDependencies": {
"webpack": "*"
},
"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",
"source-map-support": "^0.4.0",
"webpack": "^1.12.12"
},
"dependencies": {
"source-map-loader": "^0.1.5",
"source-map-support": "^0.4.0",
"webpack-partial": "^1.1.2"
}
}