-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.64 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
{
"name": "django-social",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build social/frontend/static/frontend/src/index.jsx index.jsx --out-dir social/frontend/static/frontend/dist --out-file main",
"start": "parcel social/frontend/static/frontend/src/index.jsx --hmr-port 38775 --out-dir social/frontend/static/frontend/dist --out-file main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onosendi/social.git"
},
"keywords": [],
"author": "Daniel Lindegren",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^2.5.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-clean-dist": "0.0.6",
"react-hot-loader": "^4.12.21",
"sass": "^1.26.10"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@reduxjs/toolkit": "^1.4.0",
"@types/react": "^16.9.46",
"axios": "^0.19.2",
"dayjs": "^1.8.33",
"dotenv": "^8.2.0",
"is-promise": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5"
}
}