-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 976 Bytes
/
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
{
"name": "react-tab-selector",
"version": "1.0.0",
"description": "A sample component with React.",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/supnate/react-tab-selector.git"
},
"keywords": [
"react",
"reactjs",
"hot",
"reload",
"edit",
"webpack"
],
"author": "Nate Wang <[email protected]> (http://github.com/supnate)",
"license": "MIT",
"bugs": {
"url": "https://github.com/supnate/react-tab-selector/issues"
},
"homepage": "https://github.com/supnate/react-tab-selector",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"css-loader": "^0.15.0",
"events": "^1.1.0",
"jsx-loader": "^0.12.2",
"less": "^2.6.1",
"less-loader": "^2.2.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.1.1",
"style-loader": "^0.12.4",
"webpack": "^1.5.1",
"webpack-dev-server": "1.6.4"
}
}