-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "odevs-react-starter",
"version": "0.0.1",
"description": "React Starter Kit for the Orlando Devs React Hackathon!",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --inline --hot",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OrlandoDevs/react-starter.git"
},
"author": "Orlando Devs",
"license": "MIT",
"bugs": {
"url": "https://github.com/OrlandoDevs/react-starter/issues"
},
"homepage": "https://github.com/OrlandoDevs/react-starter#readme",
"dependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"autoprefixer": "^6.3.4",
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.7.2",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.14.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"sass-loader": "^3.2.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}