-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.07 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
{
"name": "pizza",
"version": "1.0.0",
"description": "incremental pizza",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server --content-base src --inline --hot",
"push": "webpack && aws s3 sync ./src s3://pizza-game --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers",
"test": "echo \"No test!\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"flux": "^2.1.1",
"keymirror": "^0.1.1",
"moment": "^2.14.1",
"numeral": "^1.5.3",
"object-assign": "^4.1.0",
"react": "^15.2.1",
"react-bootstrap": "^0.30.0",
"react-dom": "^15.2.1",
"react-progress-button": "^5.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}