forked from enterstudio/Glitch-Community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.46 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": "glitch-community-site",
"version": "0.0.1",
"description": "Find cool projects and people using Glitch",
"keywords": [
"express",
"glitch",
"node",
"react"
],
"repository": {
"url": "https://github.com/FogCreek/Glitch-Community"
},
"license": "Apache License Version 2.0",
"sideEffects": [
"./src/utils/progress-promise.js",
"./src/polyfills.js"
],
"scripts": {
"prestart": "nodemon --watch server --watch shared --exec 'eslint --config server/.eslintrc.server.js server shared webpack.config.js' &",
"start": "nodemon --watch server --watch shared --watch views --exec 'forever --minUptime 5000 --spinSleepTime 5000' ./server/server.js",
"storybook": "build-storybook -c storybook-config -o build/storybook"
},
"dependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@sentry/browser": "^4.5.3",
"@sentry/minimal": "^4.3.2",
"@sentry/node": "^4.4.1",
"@storybook/addon-info": "^5.0.0",
"@storybook/react": "^5.0.0",
"algoliasearch": "^3.32.1",
"autoprefixer-stylus": "^0.14.0",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-modern-browsers": "^13.0.1",
"body-parser": "^1.18.3",
"c3": "^0.6.12",
"cache-loader": "^2.0.1",
"cheerio": "^0.22.0",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^2.0.0",
"compression": "^1.7.3",
"css-loader": "^2.1.1",
"d3-array": "^2.0.3",
"dayjs": "^1.8.8",
"details-element-polyfill": "^2.3.1",
"ejs": "^2.6.1",
"email-addresses": "^3.0.3",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.2",
"eslint-plugin-react-hooks": "^1.4.0",
"eslint-scope": "^4.0.1",
"express": "^4.16.4",
"express-http-proxy": "^1.5.1",
"express-sslify": "^1.2.0",
"express-winston": "^3.1.0",
"forever": "^1.0.0",
"group-by-time": "^1.0.0",
"helmet": "^3.16.0",
"html-truncate": "^1.2.2",
"lodash": "^4.17.11",
"lodash-webpack-plugin": "^0.11.5",
"markdown-it": "^8.4.2",
"markdown-it-emoji": "^1.4.0",
"markdown-it-sanitizer": "^0.4.3",
"memory-cache": "^0.2.0",
"mini-css-extract-plugin": "^0.6.0",
"module-alias": "^2.2.0",
"nodemon": "^1.18.11",
"prop-types": "^15.6.2",
"punycode": "^2.1.1",
"quantize": "^1.0.2",
"randomcolor": "^0.5.4",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-is": "^16.8.4",
"react-konami": "^0.5.0",
"react-onclickoutside": "^6.8.0",
"react-pluralize": "^1.5.0",
"react-router-dom": "^4.3.1",
"react-select": "^2.4.0",
"react-textarea-autosize": "^7.1.0",
"speed-measure-webpack-plugin": "^1.3.1",
"stats-webpack-plugin": "^0.7.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^1.2.3",
"url-join": "^4.0.0",
"url-search-params-polyfill": "^5.1.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^3.6.2",
"winston": "^3.2.1"
},
"engines": {
"node": "10.x"
}
}