-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.73 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
53
54
55
56
57
58
59
60
61
{
"name": "tarec",
"version": "1.0.0-beta.16",
"description": "The Awesome REact Cli",
"scripts": {
"test": "mocha",
"docs": "npm run docs:build",
"docs:pre": "gitbook install",
"docs:build": "gitbook build -g geowarin/tarec",
"docs:publish": "gh-pages -d _book"
},
"bin": {
"tarec": "lib/bin/tarec.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-module-alias": "^1.4.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015-webpack": "^6.4.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.2.0",
"copy-template-dir": "^1.2.1",
"copy-webpack-plugin": "^2.1.3",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.16.0",
"http-proxy-middleware": "^0.14.0",
"js-yaml": "^3.6.0",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"open": "0.0.5",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-noreact": "^1.0.0",
"require-dir": "^0.3.0",
"resolve": "^1.1.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.6",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"expect": "^1.19.0",
"gh-pages": "^0.11.0",
"gitbook-cli": "^2.1.3",
"mocha": "^2.4.5"
}
}