-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.67 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
{
"name": "joker",
"version": "0.1.0",
"description": "A React app based on https://github.com/markusenglund/react-kanban to make use of Card Sorting technique for a Scientific Iniciation project about the relationship of users with software privacy policies.",
"main": "dist/server.js",
"scripts": {
"build": "NODE_PATH=./src webpack-dashboard -- webpack --watch --mode development",
"build:prod": "webpack --mode production",
"serve": "NODE_PATH=./src nodemon dist/server.js",
"start": "NODE_ENV=production nodemon dist/server.js",
"serve:prod": "NODE_ENV=production node dist/server.js",
"analyze-bundle": "webpack -p --profile --json > stats.json && webpack-bundle-analyzer stats.json dist/public -s gzip",
"lint": "eslint --ext .js,.jsx src/",
"lint-start": "eslint --init",
"format": "prettier --write '**/*.{js,jsx,css,scss,json,md}'"
},
"proxy": "http://localhost:1337",
"author": "João Pedro Rodrigues Mattos <[email protected]>",
"license": "MIT",
"repository": {},
"dependencies": {
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.1.2",
"@material-ui/styles": "^4.1.2",
"@types/googlemaps": "^3.36.6",
"@types/markerclustererplus": "^2.1.33",
"axios": "^0.19.0",
"babel-preset-react": "^6.24.1",
"braces": "^3.0.2",
"chartist": "^0.10.1",
"classnames": "^2.2.6",
"compression": "^1.7.2",
"connect-mongo": "^2.0.1",
"core-js": "^3.1.4",
"cors": "^2.8.5",
"date-fns": "^1.29.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^6.0.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"express-sslify": "^1.2.0",
"firebase": "^7.6.0",
"graceful-fs": "^4.2.0",
"helmet": "^3.21.2",
"jss": "^10.0.0-alpha.21",
"marked": "^0.7.0",
"minimatch": "^3.0.4",
"mongodb": "^3.2.7",
"mongoose": "^5.6.2",
"morgan": "^1.9.1",
"mozjpeg": "^6.0.1",
"normalizr": "^3.4.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-twitter": "^1.0.4",
"perfect-scrollbar": "^1.4.0",
"prop-types": "^15.6.1",
"react": "^16.8.6",
"react-aria-menubutton": "^5.1.1",
"react-beautiful-dnd": "github:yogaboll/react-beautiful-dnd#include-generated",
"react-chartist": "^0.13.1",
"react-copy-to-clipboard": "^5.0.1",
"react-day-picker": "^7.1.4",
"react-dom": "next",
"react-firebaseui": "^3.1.2",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-modal": "^3.8.2",
"react-onclickoutside": "^6.7.1",
"react-redux": "^5.0.7",
"react-responsive-modal": "^3.0.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.1",
"react-swipeable-views": "^0.12.15",
"react-textarea-autosize": "^6.0.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"serve-favicon": "^2.4.5",
"shortid": "^2.2.14",
"slugify": "^1.2.9",
"typeface-lato": "0.0.54"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"autoprefixer": "^8.1.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^3.0.0",
"dotenv": "^5.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-standard": "^4.0.0",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"file-loader": "^1.1.11",
"ignore-loader": "^0.1.2",
"image-webpack-loader": "^4.6.0",
"node-sass": "^4.13.0",
"nodemon": "^1.19.1",
"postcss-loader": "^2.1.1",
"prettier": "^1.18.2",
"sass-loader": "^6.0.7",
"url-loader": "^1.0.1",
"webpack": "^4.35.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.5",
"webpack-dashboard": "^2.0.0",
"webpack-manifest-plugin": "^2.0.0-rc.2",
"webpack-node-externals": "^1.6.0"
}
}