-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "tic-tac-toe",
"author": "Nick DeCoursin",
"version": "0.0.0",
"description": "tic tac toe game",
"main": "server.js",
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
"scripts": {
"postinstall": "node node_modules/.bin/gulp default",
"webpack": "webpack --progress --colors --watch --display-error-details"
},
"dependencies": {
"react": ">=0.12.0",
"jquery": "^2.1.1",
"webpack": "^1.4.15",
"node-jsx": "^0.12.4",
"express": "^4.11.0",
"bootstrap-sass": "^3.3.1",
"del": "~0.1.3",
"errorhandler": "^1.3.2",
"extract-text-webpack-plugin": "^0.3.6",
"gulp": "~3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-bower": "0.0.6",
"gulp-cache": "~0.2.4",
"gulp-imagemin": "~1.0.1",
"gulp-load-plugins": "~0.7.0",
"gulp-nodemon": "^1.0.5",
"gulp-react": "^2.0.0",
"gulp-ruby-sass": "~0.7.1",
"gulp-useref": "^1.1.1",
"gulp-util": "^3.0.2",
"gulp-webpack": "^1.1.2",
"jsx-loader": "^0.12.2",
"jsxhint": "^0.8.1",
"underscore": "^1.7.0"
}
}