-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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
44
45
{
"name": "single-react-loader",
"version": "0.3.5",
"description": "webpack react-loader single-file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "git push -u origin master&npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/single-react/single-react-loader.git"
},
"keywords": [
"webpack",
"react",
"loader"
],
"author": "sunOpar",
"license": "ISC",
"bugs": {
"url": "https://github.com/single-react/single-react-loader/issues"
},
"homepage": "https://github.com/single-react/single-react-loader#readme",
"dependencies": {
"hash-sum": "^1.0.2",
"loader-utils": "^0.2.16",
"source-map": "^0.5.6"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.10.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
}
}