forked from HyphaApp/hypha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.62 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
{
"name": "Hypha",
"version": "1.0.0",
"description": "The node.js requirements to build this project.",
"main": "gulpfile.js",
"author": "Fredrik Jonsson",
"license": "GPL-2.0",
"browserslist": [
"> 3%",
"ie 11",
"Firefox ESR",
"last 2 versions"
],
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@rooks/use-interval": "^3.0.1",
"@svgr/webpack": "^4.2.0",
"connected-react-router": "^6.4.0",
"del": "^4.1.1",
"detect-node": "^2.0.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-load-plugins": "^1.6.0",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify": "^3.0.2",
"humps": "^2.0.1",
"js-cookie": "^2.2.0",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"node-sass-import-once": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-modal": "^3.8.1",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-rte": "^0.16.1",
"react-transition-group": "^4.0.1",
"react-window-size-listener": "^1.2.3",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass": "^1.25.0",
"smoothscroll-polyfill": "^0.4.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-react": "^7.13.0",
"gulp-eslint": "^5.0.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"react-hot-loader": "^4.8.4",
"redux-devtools-extension": "^2.13.8",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-bundle-tracker": "^0.4.2-beta",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"webpack-stream": "^5.2.1"
},
"scripts": {
"test": "gulp deploy",
"heroku-postbuild": "gulp deploy",
"webpack-watch": "webpack-dev-server --config ./hypha/static_src/src/app/webpack.dev.config.js "
},
"engines": {
"node": "10.10.x"
},
"private": true
}