-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
46
{
"name": "react-file-upload",
"version": "0.0.4",
"description": "react file upload",
"main": "app.js",
"scripts": {
"start": "babel --presets es2015,react --watch component/ --out-dir lib/ & node server.js",
"build:demo": "webpack -p",
"lint": "eslint lib"
},
"repository": {
"type": "git",
"url": "https://github.com/jerryshew/react-file-upload"
},
"keywords": [
"react",
"file upload",
"react component"
],
"author": "jerryshew",
"license": "MIT",
"homepage": "https://github.com/jerryshew/react-file-upload",
"dependencies": {},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.4",
"babel-plugin-react-transform": "^1.1.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^5.8.20",
"css-loader": "^0.17.0",
"express": "^4.13.3",
"html-webpack-plugin": "^1.7.0",
"jsx-loader": "^0.13.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"react-transform-hmr": "^1.0.0",
"style-loader": "^0.12.3",
"webpack": "^1.12.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.5.0"
}
}