-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.12 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ffts-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "15.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html --open",
"format": "prettier --write \"src/**/*.+(js|jsx|ts|tsx|json|yml|yaml|css|md)\"",
"lint": "tsc --noEmit && eslint src/**/*.ts{,x}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TripleHS/FFTS-front.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TripleHS/FFTS-front/issues"
},
"homepage": "https://github.com/TripleHS/FFTS-front#readme",
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.4",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"autoprefixer": "^9.8.6",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^1.7.0",
"postcss": "^7.0.35",
"postcss-modules": "^4.0.0",
"prettier": "^2.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.4",
"typescript": "^4.2.3"
},
"dependencies": {
"@babel/core": "^7.13.14",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"parcel-bundler": "^1.12.5",
"appointment-picker": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-date-picker": "^8.1.1",
"react-dom": "^17.0.2",
"react-elastic-carousel": "^0.11.4",
"react-image-fade-in": "^1.1.3",
"react-router-dom": "^5.2.0",
"react-slideshow-image": "^3.4.6",
"styled-components": "^5.2.3"
}
}