-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.22 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
{
"name": "freefeed-gamma",
"version": "1.0.0",
"description": "",
"license": "MIT",
"author": "Alex Olshansky and FreeFeed contributors",
"repository": {
"type": "git",
"url": "https://github.com/clbn/freefeed-gamma.git"
},
"main": "index.js",
"scripts": {
"start": "./scripts/start.sh",
"build": "./scripts/build.sh",
"analyze": "source-map-explorer build/*.js",
"test": "./node_modules/.bin/webpack",
"lint": "./node_modules/.bin/eslint --ext .js --ext .jsx src test"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@tippyjs/react": "^4.2.0",
"autotrack": "^0.6.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"babel-plugin-lodash": "^3.3.4",
"classnames": "^2.2.0",
"css-loader": "^4.3.0",
"date-fns": "^1.29.0",
"eslint": "^6.3.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-react": "^7.14.3",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^4.5.2",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.11.2",
"numeral": "^1.5.3",
"prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react": "^16.9.0",
"react-async-script": "^1.2.0",
"react-dom": "^16.8.0",
"react-dropzone": "^11.3.1",
"react-dropzone-component": "^2.0.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^5.1.3",
"react-photoswipe": "^1.3.0",
"react-redux": "^7.1.1",
"react-router": "^3.2.4",
"react-router-redux": "^4.0.4",
"react-select": "^2.4.2",
"react-sortable-hoc": "^0.6.8",
"react-textarea-autosize": "^8.3.0",
"redux": "^4.0.4",
"reselect": "^2.5.4",
"sass": "^1.49.7",
"sass-loader": "^10.2.1",
"skin-deep": "^0.16.0",
"social-text-tokenizer": "^2.2.0",
"socket.io-client": "^2.1.1",
"source-map-explorer": "^2.5.2",
"style-loader": "^1.2.1",
"tape": "^4.2.2",
"tippy.js": "^6.2.0",
"webpack": "^4.36.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.8.0"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^4.2.0"
}
}