-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "react-prototype",
"version": "0.0.1",
"description": "Prototype for ReactJs",
"main": "index.html",
"dependencies": {
"react": "0.14.8",
"react-dom": "0.14.8",
"babel-preset-react": "~6.5.0",
"babel-core": "~6.8.0",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.6.0",
"webpack": "~1.13.0",
"marked": "~0.3.5",
"style-loader": "~0.13.1",
"css-loader": "~0.23.1",
"node-sass": "~3.7.0",
"sass-loader": "~3.2.0",
"bootstrap-sass": "~3.3.6",
"compass-mixins": "~0.12.8",
"es6-promise": "~3.2.1",
"file-loader": "~0.8.5",
"extract-text-webpack-plugin": "~1.0.1",
"whatwg-fetch": "~1.0.0",
"imports-loader": "~0.6.5",
"exports-loader": "~0.6.3"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development webpack -d --progress --colors --display-error-details",
"prod": "NODE_ENV=production webpack -p"
},
"repository": {
"type": "git",
"url": "git://github.com/camelcasetechsd/react-prototype.git"
},
"keywords": [
"react",
"webpack",
"sass"
],
"author": "Mohamed Labib <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/camelcasetechsd/react-prototype/issues"
},
"devDependencies": {
"react-hot-loader": "~1.3.0",
"webpack-dev-server": "~1.14.1"
}
}