This repository was archived by the owner on Apr 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.37 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
47
48
49
{
"babel": {
"stage": 0
},
"name": "react-dynamic-tabs",
"version": "2.0.0",
"description": "ReactJS Component",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tiago-Marques/react-dynamic-tabs.git"
},
"keywords": [
"ReactJS"
],
"author": "tmarques",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tiago-Marques/react-dynamic-tabs/issues"
},
"homepage": "https://github.com/Tiago-Marques/react-dynamic-tabs#readme",
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"redux": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.9.0",
"redux-devtools": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}