forked from FormidableLabs/recipes-flux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
{
"name": "recipes-flux",
"version": "0.0.1",
"description": "Recipes (Flux example)",
"dependencies": {
"biff": "0.1.0",
"body-parser": "1.2.0",
"compression": "1.2.0",
"express": "4.2.0",
"express-handlebars": "1.1.0",
"imports-loader": "0.6.3",
"jsx-loader": "0.12.0",
"lb-ratio": "0.4.1",
"lodash": "2.4.1",
"lowdb": "^0.7.2",
"markdown": "0.5.0",
"node-jsx": "0.12.0",
"node-sass": "2.0.0-beta",
"ps-tree": "0.0.3",
"react-router": "0.11.6",
"superagent": "0.21.0",
"uuid": "2.0.1",
"vulgarities": "0.0.2",
"webpack": "^1.5.1",
"dropbox": "~0.10.3"
},
"devDependencies": {
"gulp": "3.8.7",
"gulp-connect": "2.0.6",
"gulp-eslint": "0.2.2",
"gulp-jsxcs": "0.1.6",
"gulp-nodemon": "1.0.4",
"gulp-rimraf": "0.1.0",
"gulp-util": "3.0.1",
"react-hot-loader": "^1.1.1",
"webpack-dev-server": "1.6.4",
"gulp-shell": "~0.3.0",
"sass-loader": "~0.4.0-beta.1",
"style-loader": "~0.8.3",
"css-loader": "~0.9.1"
},
"scripts": {
"test": "gulp build check",
"build-js": "webpack --config webpack.config.js",
"build-css": "rm -rf app/css-dist && mkdir -p app/css-dist && node-sass --output-style compressed styles/main.scss app/css-dist/bundle.css",
"build": "npm run-script build-js && npm run-script build-css"
}
}