-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.89 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.89 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "react-password-generator",
"version": "1.0.0",
"ver": 4,
"scripts": {
"test": "gulp test",
"devtest": "gulp watch-test",
"dev": "NODE_ENV=development webpack-dev-server --config webpack.dev.config.js --progress --colors --hot",
"production": "NODE_ENV=production webpack --config webpack.production.config.js --colors "
},
"description": "Maibox App",
"dependencies": {
"es6-promise": "^4.1.0",
"history": "^4.6.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"js-cookie": "^2.1.4",
"jspdf": "^1.3.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-quill": "^1.0.0-rc.2",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"autoprefixer-loader": "^3.2.0",
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-core": "^6.7.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"compression": "^1.6.1",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^4.0.0",
"cssnano": "^3.6.2",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.0",
"gulp-git": "^1.7.1",
"gulp-mocha": "^2.2.0",
"gulp-open": "^1.0.0",
"gulp-prompt": "^0.2.0",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.3",
"jest": "^0.1.40",
"jest-cli": "^12.0.2",
"jsdom": "^8.4.0",
"mocha": "^2.4.5",
"mocha-jsdom": "^1.1.0",
"nock": "^8.0.0",
"node-sass": "^3.4.2",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^2.5.2",
"postcss-import": "^8.1.2",
"postcss-js": "^0.1.3",
"postcss-loader": "^0.8.1",
"postcss-reporter": "^1.3.3",
"postcss-url": "^5.1.2",
"react-addons-test-utils": "^0.14.8",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.1.1",
"redux-devtools-chart-monitor": "^1.2.0",
"redux-devtools-dock-monitor": "^1.1.0",
"redux-devtools-log-monitor": "^1.0.5",
"redux-mock-store": "^1.0.2",
"run-sequence": "^1.1.5",
"sass-loader": "^3.1.2",
"sinon": "^1.17.4",
"style-loader": "^0.13.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0",
"yargs": "^4.6.0"
}
}