-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.88 KB
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
{
"name": "witPay_test",
"version": "1.0.0",
"description": "Assignment",
"main": "index.js",
"engines": {
"node": "6.10.0",
"npm": "3.10.10"
},
"scripts": {
"start": "node bin/server",
"dev": "node --harmony bin/webpack-dev-server"
},
"author": "CronJ",
"license": "ISC",
"dependencies": {
"babel": "^5.8.23",
"consolidate": "^0.14.1",
"es6-promise": "^4.0.5",
"express": "^4.15.3",
"fs": "0.0.1-security",
"history": "1.9.1",
"immutable": "^3.8.1",
"imutable": "0.0.1",
"invariant": "^2.2.1",
"material-ui": "^0.16.7",
"mustache": "^2.2.1",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "2.1.2",
"react-router": "1.0.0-rc1",
"react-tap-event-plugin": "^2.0.0",
"redux": "3.0.0",
"redux-async-transitions": "0.1.3",
"redux-create-reducer": "1.0.0",
"redux-react-router-transitions": "0.3.0"
},
"devDependencies": {
"autoprefixer-core": "5.2.1",
"autoprefixer-loader": "2.1.0",
"babel-eslint": "4.1.8",
"babel-loader": "5.3.2",
"babel-plugin-react-transform": "1.1.1",
"babel-runtime": "^5.8.24",
"css-loader": "0.17.0",
"debug": "^2.2.0",
"eslint": "1.5.0",
"eslint-config-airbnb": "0.0.8",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.4.2",
"extract-text-webpack-plugin": "0.8.2",
"html-webpack-plugin": "1.6.1",
"node-sass": "^3.3.3",
"phantomjs": "1.9.18",
"phantomjs-polyfill": "0.0.1",
"postcss-minify-selectors": "^2.0.2",
"react-addons-test-utils": "0.14.0-rc1",
"react-transform-catch-errors": "0.1.3",
"react-transform-hmr": "1.0.0",
"redbox-react": "1.1.0",
"redux-devtools": "2.1.2",
"sass-loader": "2.0.1",
"style-loader": "0.12.4",
"supertest": "1.1.0",
"webpack": "1.12.2",
"webpack-dev-server": "1.11.0"
}
}