-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
164 lines (164 loc) · 5.16 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "xword",
"version": "1.0.0",
"description": "My webpack project",
"repository": {
"type": "git",
"url": "git://github.com/turnerhayes/xword"
},
"engines": {
"npm": "6.13.x",
"node": "10.16.x"
},
"author": "Turner Hayes <[email protected]>",
"license": "MIT",
"scripts": {
"analyze:clean": "rimraf stats.json",
"preanalyze": "npm run analyze:clean",
"analyze": "node ./internals/scripts/analyze.js",
"prebuild": "npm run build:clean",
"build": "webpack",
"build:clean": "rimraf ./dist",
"start": "cross-env NODE_ENV=development nodemon server --debug",
"start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server --debug",
"start:production": "npm run test && npm run build && npm run start:prod",
"start:prod": "cross-env NODE_ENV=production node server",
"presetup": "npm i chalk shelljs",
"setup": "node ./internals/scripts/setup.js",
"postsetup": "npm run build:dll",
"clean": "shjs ./internals/scripts/clean.js",
"clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
"lint": "eslint .",
"lint:staged": "lint-staged",
"pretest": "npm run lint",
"test:clean": "rimraf ./coverage",
"test": "cross-env NODE_ENV=test jest",
"test:coverage": "npm test -- --coverage",
"test:watch": "cross-env NODE_ENV=test jest --watchAll",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"heroku-postbuild": "npm run build",
"docs:clean": "rimraf docs",
"docs": "npm run docs:clean; jsdoc -R README.md -p --package ./package.json -c ./.jsdoc.config.json -t ./node_modules/ink-docstrap/template -r -d docs",
"docs:view": "node ./internals/scripts/viewdocs.js"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": [
"npm run lint:staged"
]
}
},
"dependencies": {
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@passport-next/passport-facebook": "^3.1.2",
"body-parser": "^1.19.0",
"chalk": "^4.0.0",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"connected-react-router": "^6.8.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fetch-mock": "^9.5.0",
"history": "^4.10.1",
"http-status-codes": "^1.4.0",
"iconv-lite": "^0.5.1",
"idb": "^5.0.4",
"immutable": "^4.0.0-rc.12",
"intl": "^1.2.5",
"ip": "^1.1.5",
"jss": "^10.1.1",
"jss-nested": "^6.0.1",
"lodash.conformsto": "^4.15.0",
"lodash.difference": "^4.5.0",
"lodash.identity": "^3.0.0",
"lodash.isempty": "^4.4.0",
"lodash.isfunction": "^3.0.9",
"lodash.isstring": "^4.0.1",
"lodash.merge": "^4.6.2",
"lodash.uniq": "^4.5.0",
"lodash.without": "^4.4.0",
"minimist": "^1.2.5",
"mongoose": "^5.9.14",
"morgan": "^1.10.0",
"ngrok": "^3.2.7",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-twitter": "^1.0.4",
"react": "^16.13.1",
"react-autocomplete": "^1.8.1",
"react-document-events": "^1.5.0",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-intl": "^4.5.3",
"react-redux": "^7.2.0",
"react-select": "^3.1.0",
"redux": "^4.0.5",
"redux-immutable": "^4.0.0",
"redux-mock-store": "^1.5.4",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sanitize.css": "^11.0.0",
"webpack-dev-middleware": "^3.7.2",
"winston": "^3.2.1",
"xpuz": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-undefined-to-void": "^6.9.4",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"css-loader": "^3.5.3",
"enhanced-resolve": "^4.1.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.20.0",
"eventsource-polyfill": "^0.9.6",
"fake-indexeddb": "^3.0.1",
"file-loader": "^6.0.0",
"flux-standard-action": "^2.1.1",
"hoist-non-react-statics": "^3.3.2",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"invariant": "^2.2.4",
"isomorphic-fetch": "^2.2.1",
"jest": "^26.0.1",
"jest-enzyme": "^7.1.2",
"jest-immutable-matchers": "^2.0.1",
"json-loader": "^0.5.7",
"lint-staged": "^10.2.2",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.4",
"prop-types": "^15.7.2",
"react-immutable-proptypes": "^2.2.0",
"react-jss": "^10.1.1",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.1.2",
"react-test-renderer": "^16.13.1",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-hot-middleware": "^2.25.0"
}
}