forked from TyIsI/deletron3030
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.7 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
{
"name": "slackdeletron",
"version": "1.0.0",
"description": "A tool to delete user uploaded files from Slack",
"main": "server.js",
"scripts": {
"test": "nodemon server.js | gulp",
"start": "node server.js"
},
"author": "Drew Minns",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"jsdom": "^8.3.1",
"mocha": "^2.4.5",
"morgan": "^1.7.0",
"nodemon": "^1.12.1",
"passport": "^0.3.2",
"passport-slack": "0.0.4"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"axios": "^0.21.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.27.11",
"browserify": "^13.0.0",
"css-mqpacker": "^4.0.1",
"cssnano": "^3.5.2",
"dotenv": "^2.0.0",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^1.1.0",
"gulp-uglify": "^1.5.3",
"lost": "^6.7.2",
"moment": "^2.12.0",
"pixrem": "^3.0.0",
"postcss-discard-duplicates": "^2.0.1",
"postcss-reporter": "^1.3.3",
"postcss-scss": "^0.1.7",
"postcss-unique-selectors": "^2.0.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-masonry-component": "^4.0.0",
"react-redux": "^4.4.4",
"redux": "^3.4.0",
"redux-promise": "^0.5.3",
"stylelint": "^5.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}