-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 935 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 935 Bytes
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
{
"name": "digital-receipt-web-react-redux",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --progress --profile --colors --display-error-details",
"start": "webpack-dev-server --watch --colors --display-error-details",
"ui": "node ./node_modules/ui-harness/start --entry=./ui-harness"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "6.7.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"html-webpack-plugin": "2.15.0",
"ui-harness": "3.7.7",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"react": "0.14.8",
"react-dom": "0.14.8",
"react-redux": "4.4.1",
"react-router": "2.0.1",
"react-router-redux": "4.0.0",
"redux": "3.3.1",
"redux-thunk": "2.0.1"
},
"description": ""
}