forked from Flood-UI/flood
-
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.62 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.62 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": "flood",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "tsc && ava"
},
"dependencies": {
"archiver": "^1.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.4",
"compression": "^1.6.1",
"cookie-parser": "^1.4.3",
"debug": "^2.2.0",
"deep-equal": "^1.0.1",
"events": "^1.1.0",
"express": "^4.14.0",
"feedsub": "^0.3.0",
"geoip-country-only": "^1.1.8",
"jsonwebtoken": "^7.0.1",
"lodash": "^4.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.14.1",
"morgan": "^1.5.3",
"multer": "^1.1.0",
"mv": "^2.1.1",
"nedb": "^1.7.2",
"ospath": "^1.2.2",
"passport": "^0.3.2",
"passport-jwt": "^2.1.0",
"pug": "^2.0.0-beta3",
"rimraf": "^2.6.1",
"serve-favicon": "^2.3.0",
"spdy": "^3.4.7"
},
"devDependencies": {
"@types/mkdirp": "^0.5.1",
"@types/node": "^8.0.33",
"@types/xmlrpc": "^1.3.3",
"ava": "^0.22.0",
"axios": "^0.15.3",
"babel": "^6.5.2",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.20.0",
"binrpc": "^3.1.0",
"browser-sync": "^2.13.0",
"classnames": "^2.1.5",
"clipboard": "^1.5.15",
"d3": "^3.5.6",
"envify": "^4.0.0",
"eslint": "^3.12.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.8.0",
"flux": "^3.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.0.2",
"gulp-cssnano": "^2.1.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"inuit-box-sizing": "^0.2.0",
"inuit-defaults": "^0.2.3",
"inuit-functions": "^0.2.0",
"inuit-mixins": "^0.2.3",
"inuit-normalize": "^4.1.1",
"inuit-page": "^0.2.1",
"inuit-reset": "^0.1.1",
"jsx-loader": "^0.13.2",
"nodemon": "^1.8.1",
"react": "^15.0.2",
"react-addons-create-fragment": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-custom-scrollbars": "^4.0.0",
"react-dnd": "^2.2.3",
"react-dnd-html5-backend": "^2.2.3",
"react-dom": "^15.0.2",
"react-dropzone": "^3.4.0",
"react-intl": "^2.1.3",
"react-router": "^3.0.0",
"source-map-loader": "^0.1.5",
"transform-loader": "^0.2.3",
"webpack": "^1.13.1",
"xmlrpc": "^1.3.2"
}
}