-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.21 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "sdp",
"version": "0.0.0",
"description": "Systems Development Project",
"main": "server.js",
"scripts": {
"cover": "babel-node ./node_modules/.bin/isparta cover _mocha -- --reporter dot",
"lint": "eslint ./src ./test ./build",
"lint:fix": "eslint --fix ./src ./test ./build",
"dev": "gulp dev",
"prod": "gulp prod",
"start": "node server.js",
"test": "mocha",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhardy/web-scaffold.git"
},
"author": "Nathan Hardy",
"license": "MIT",
"bugs": {
"url": "https://github.com/nhardy/web-scaffold/issues"
},
"homepage": "https://github.com/nhardy/web-scaffold#readme",
"devDependencies": {
"app-module-path": "^2.0.0",
"autoprefixer": "^6.3.6",
"azur": "0.0.1",
"babel-cli": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-module-method": "^6.7.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-node": "^6.1.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"eslint": "^3.6.0",
"eslint-config-nhardy": "^0.2.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-mocha": "^4.5.1",
"eslint-plugin-react": "^6.3.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"isparta": "^4.0.0",
"json-loader": "^0.5.4",
"loader-utils": "^0.2.16",
"mkdirp": "^0.5.1",
"mocha": "^3.1.0",
"node-hook": "^0.4.0",
"postcss-loader": "^0.13.0",
"proxyquire": "^1.7.10",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.5",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"stylus": "^0.54.2",
"stylus-loader": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta",
"webpack-combine-loaders": "^2.0.0",
"webpack-dev-server": "^2.1.0-beta",
"webpack-node-externals": "^1.0.0"
},
"dependencies": {
"babel-polyfill": "^6.7.4",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"font-awesome": "^4.6.3",
"gemini-scrollbar": "^1.4.1",
"isomorphic-fetch": "^2.2.1",
"lodash-es": "^4.16.1",
"moment-timezone": "^0.5.5",
"nodemon": "^1.9.1",
"rc-switch": "^1.4.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-helmet": "^3.0.1",
"react-hot-loader": "^3.0.0-beta",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.2",
"react-router-scroll": "^0.3.2",
"react-sticky": "^5.0.3",
"redux": "^3.3.1",
"redux-connect": "^3.0.0",
"redux-thunk": "^2.0.1",
"request": "^2.75.0",
"source-map-support": "^0.4.0",
"uuid": "^2.0.2"
},
"engines": {
"node": "^6.9.0",
"npm": "^3.10.8"
}
}