-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.61 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "roast-web",
"version": "2.4.0",
"description": "CS2340 -- Web Extra Credit",
"dependencies": {
"es6-promise": "^3.1.2",
"firebase": "^2.4.1",
"fontfaceobserver": "^1.5.1",
"history": "1.17.0",
"material-ui": "^0.15.0-alpha.1",
"react": "^0.14.2",
"react-addons-css-transition-group": "^0.14.7",
"react-addons-linked-state-mixin": "^0.14.7",
"react-dom": "^0.14.2",
"react-mixin": "^2.0.2",
"react-motion": "^0.4.2",
"react-redux": "^4.0.0",
"react-router": "^1.0.3",
"react-router-transition": "0.0.4",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.0.0",
"redux-thunk": "^1.0.0",
"velocity-animate": "^1.2.3",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"appcache-webpack-plugin": "^1.2.0",
"autoprefixer": "^6.0.2",
"babel": "^6.0.0",
"babel-core": "^6.0.0",
"babel-eslint": "^4.1.2",
"babel-loader": "^6.0.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "6.3.13",
"babel-plugin-transform-react-inline-elements": "6.3.13",
"babel-plugin-transform-react-remove-prop-types": "0.1.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-react-hmre": "1.0.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.0.0",
"cross-env": "1.0.6",
"css-loader": "^0.23.0",
"cssnano": "^3.0.1",
"eslint": "^1.4.1",
"eslint-config-airbnb": "1.0.0",
"eslint-plugin-react": "^3.3.2",
"expect": "^1.10.0",
"extract-text-webpack-plugin": "0.9.1",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.1",
"ip": "1.1.0",
"json-loader": "^0.5.2",
"mocha": "^2.3.2",
"object.assign": "^4.0.1",
"postcss-focus": "^1.0.0",
"postcss-import": "^7.0.0",
"postcss-loader": "^0.8.0",
"postcss-reporter": "^1.2.1",
"postcss-simple-vars": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.11.0"
},
"repository": {
"type": "git",
"url": "git://github.com/cs2340-titans/RoastWeb"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --compilers js:babel-core/register --recursive",
"test:watch": "npm test -- --watch",
"start": "cross-env NODE_ENV=development node server.dev.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js --progress --colors -p",
"serve": "cross-env NODE_ENV=production node server.prod.js",
"deploy": "./deploy.sh"
},
"author": "Max Stoiber",
"license": "MIT"
}