-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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": "first_rr_app",
"version": "0.0.0",
"description": "React Webpack and Mocha starter",
"main": "index.js",
"scripts": {
"build": "TARGET=build webpack",
"library": "TARGET=library webpack",
"start": "TARGET=dev webpack-dev-server --devtool eval-source-map --progress --colors --hot --inline --history-api-fallback",
"cosmos": "node_modules/.bin/component-playground --components-path app/components --fixtures-path app/fixtures"
},
"keywords": [
"webpack",
"demo"
],
"author": "Jussi Arpalahti",
"license": "MIT",
"devDependencies": {
"babel": "^5.8.3",
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^3.2.0",
"coffee-script": "^1.9.3",
"cosmos-js": "^0.6.8",
"css-loader": "^0.15.5",
"html-webpack-plugin": "^1.6.0",
"jsdom": "^5.6.1",
"mocha": "^2.2.5",
"mocha-jsdom": "^1.0.0",
"mocha-loader": "^0.7.1",
"node-libs-browser": "^0.5.2",
"react-addons": "0.9.1-deprecated",
"react-hot-loader": "1.2.8",
"style-loader": "^0.12.3",
"testdom": "^1.1.0",
"ts-loader": "^0.7.2",
"tsd": "^0.6.5",
"typescript": "^1.7.3",
"webpack": "1.10.1",
"webpack-dev-server": "1.10.1",
"webpack-merge": "0.1.2"
},
"dependencies": {
"babel-runtime": "^5.8.12",
"d3": "^3.5.6",
"queue-async": "^1.0.7",
"react": "0.13.3"
}
}