-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 901 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
{
"name": "barzreact",
"version": "1.0.0",
"description": "Comb your social media for your hottest barz",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --colors --progress",
"start": "webpack-dev-server --config webpack.config.js --progress --colors"
},
"author": "Christian D. Smith <mediummillennial@gmail.com> (github.com/csmooth)",
"license": "ISC",
"dependencies": {
"jquery": "^2.1.4",
"materialize-css": "^0.97.3",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-materialize": ">=0.14.0"
},
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
}
}