-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.03 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.03 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
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
{
"name": "@ktp/monorepo",
"version": "1.0.0",
"description": "The Official KTP Alpha Chapter Website",
"main": "app.js",
"repository": "https://github.com/ktp-dev/ktp-web",
"author": "The Brothers of KTP",
"license": "GPL-3.0",
"private": true,
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
"./src/*"
],
"scripts": {
"start": "node app.js",
"startweb": "webpack-dev-server --progress --colors --inline --watch --hot --devtool source-map --history-api-fallback --host 0.0.0.0 --port 4000",
"startprod": "npm run build && NODE_ENV=production npm run start",
"build": "webpack --progress --colors",
"test": "yarn run lint && yarn run format && yarn run build",
"lint": "eslint server/ src/ config/ *.js",
"pkg-create": "node ./scripts/pkg-create.js --package='${PKG}'",
"pkg-update": "node ./scripts/cli-pkg-depends.js --fix",
"format": "scripts/prettier.sh"
},
"dependencies": {
"archiver": "^2.0.0",
"autoprefixer": "^8.5.2",
"aws-sdk": "^2.249.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babylon": "^6.18.0",
"babylon-walk": "^1.0.2",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"cachegoose": "^7.0.0",
"clean-webpack-plugin": "^0.1.19",
"connect-history-api-fallback": "^1.3.0",
"connect-mongo": "^2.0.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"csurf": "^1.9.0",
"es6-promise": "^4.1.0",
"escape-string-regexp": "^1.0.5",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"express": "^4.16.3",
"express-session": "^1.15.2",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"fetch-intercept": "^2.2.3",
"file-loader": "^1.1.11",
"fuse.js": "^3.0.5",
"hoek": "^5.0.3",
"html": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jsonwebtoken": "^8.2.2",
"lodash": "^4.17.10",
"mailchimp-api-v3": "^1.12.0",
"mandrill-api": "^1.0.45",
"mime": "^2.3.1",
"mkdirp": "^0.5.1",
"mongoose": "^5.1.2",
"mongoose-sanitizer-plugin": "^1.1.0",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"node-gyp": "^3.6.2",
"node-pre-gyp": "^0.10.0",
"node-ssh": "^5.1.1",
"postcss-loader": "^2.1.5",
"prettier": "^1.13.3",
"prop-types": "^15.5.4",
"pug": "^2.0.3",
"react": "^16.4.0",
"react-autocomplete": "^1.5.9",
"react-big-calendar": "^0.19.1",
"react-burger-menu": "^2.5.0",
"react-dom": "^16.4.0",
"react-file-download": "^0.3.4",
"react-helmet": "^5.1.3",
"react-hot-loader": "^4.2.0",
"react-hyperscript-helpers": "^1.2.0",
"react-intl": "^2.3.0",
"react-keypress": "^0.1.5",
"react-list": "^0.8.7",
"react-measure": "^2.0.2",
"react-notification": "^6.7.1",
"react-redux": "^5.0.3",
"react-router": "^4.0.0",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-select": "^1.0.0-rc.5",
"react-select-fast-filter-options": "^0.2.3",
"react-table": "^6.8.6",
"react-virtualized-select": "^3.1.3",
"redux": "^4.0.0",
"redux-batched-actions": "^0.3.0",
"redux-logger": "^3.0.0",
"redux-saga": "^0.16.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.4",
"style-loader": "^0.21.0",
"styled-components": "^4.0.0-beta.0",
"swagger-ui-express": "^3.0.9",
"url-loader": "^1.0.1",
"validator": "^10.2.0",
"webpack": "4.9.1",
"webpack-cli": "^2.1.4",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.5",
"webpack-hot-middleware": "^2.22.2"
}
}