This repository was archived by the owner on Sep 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.49 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
{
"name": "epigram-client",
"version": "1.0.0",
"description": "Instagram + EPITECH + cours de javascript = EPIGRAM",
"private": true,
"dependencies": {
"@material-ui/core": "^3.1.0",
"@material-ui/icons": "^3.0.1",
"ajv": "^6.0.0",
"axios": "^0.18.0",
"js-cookie": "^2.2.0",
"material-ui-icons": "^1.0.0-beta.36",
"md5": "^2.2.1",
"npm": "^6.4.1",
"prettier": "^1.14.2",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-translate": "^6.0.1",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "node node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andnerb/epigram-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andnerb/epigram-client/issues"
},
"homepage": "./"
}