-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-file-loader",
"version": "1.2.3",
"description": "File Loader Component",
"scripts": {
"start": "node server.js",
"lint": "eslint src",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Ggayane/react-file-loader.git"
},
"keywords": [
"react",
"reactjs",
"file",
"loader",
"reload",
"webpack"
],
"author": "Gayane Gasparyan (http://github.com/Ggayane)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ggayane/react-file-loader/issues"
},
"homepage": "https://github.com/Ggayane/react-file-loader",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"css-loader": "^0.28.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^4.5.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"react": "^0.14.6",
"react-dom": "^0.14.6"
}
}