-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 4.1 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
{
"name": "linky",
"version": "0.1.0",
"description": "A link management system - or maybe just a playground for reactjs, node and stuff",
"main": "server/index.js",
"author": "Oli Zimpasser <[email protected]>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/oglimmer/linky.git"
},
"dependencies": {
"archiver": "^5.0.2",
"axios": "^0.21.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.23.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bootstrap": "^3.4.1",
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"content-security-policy": "^0.3.4",
"cookie-parser": "^1.4.5",
"crypto-js": "^4.0.0",
"ejs": "^2.5.5",
"express": "^4.17.1",
"express-http-proxy": "^1.0.3",
"express-winston": "^2.3.0",
"favicon": "https://github.com/oglimmer/node-favicon/tarball/master",
"fs-extra": "^4.0.1",
"history": "^4.6.2",
"hsts": "^2.2.0",
"html-entities": "^1.2.1",
"iconv-lite": "^0.4.18",
"immutable": "^3.8.2",
"ionicons": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"nano": "^6.4.4",
"netscape-bookmarks": "^0.1.1",
"node-jose": "^0.9.4",
"oauth-1.0a": "^2.2.6",
"prop-types": "^15.5.10",
"properties": "^1.2.1",
"randomstring": "^1.1.5",
"react": "^15.4.2",
"react-bootstrap": "^0.31.0",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^7.0.2",
"react-dnd-multi-backend": "^3.0.3",
"react-dnd-scrollzone": "^4.0.0",
"react-dnd-touch-backend": "^0.7.1",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^5.0.2",
"react-redux-form": "^1.5.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-tag-autocomplete": "https://oglimmer.de/react-tag-autocomplete/react-tag-autocomplete-5.5.0.tgz",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"response-time": "^2.3.2",
"rotating-file-stream": "^1.2.2",
"string-replace-webpack-plugin": "^0.1.3",
"unzipper": "^0.8.14",
"website-scraper": "^4.2.3",
"winston": "^2.3.1",
"winston-config": "^0.5.1",
"x-frame-options": "^1.0.0",
"x-xss-protection": "^1.0.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "^26.6.3",
"css-loader": "^0.28.11",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.1",
"git-revision-webpack-plugin": "^2.4.1",
"html-loader": "^0.5.0",
"html-webpack-plugin": "^2.28.0",
"jest": "^23.6.0",
"lodash-webpack-plugin": "^0.11.5",
"nodemon": "^2.0.6",
"style-loader": "^0.18.1",
"url-loader": "^0.5.7",
"webpack": "^3.4.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.0"
},
"scripts": {
"dev": "NODE_ENV=development node -r babel-register -r babel-polyfill --trace-warnings $NODE_DEBUG_OPTION server/",
"nodemon": "NODE_ENV=development nodemon -w server/ -r babel-register -r babel-polyfill server/",
"start": "NODE_ENV=production node -r babel-register -r babel-polyfill server/",
"build": "rm -rf dist && webpack -p --progress --colors --config build/webpack.prod.config.js",
"test": "eslint server src link-check-server && jest",
"integrationtest": "NODE_ENV=integrationtest jest tests/integration-tests"
}
}