-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "github-profiler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel ./public/index.html",
"build": "parcel build ./public/index.html",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"build-css": "postcss ./public/css/tailwind.css -o public/css/style.css",
"watch-css": "postcss ./public/css/tailwind.css -o public/css/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"chart.js": "^2.9.3",
"dotenv": "^8.2.0",
"framer-motion": "^2.3.0",
"gh-polyglot": "^2.3.3",
"reac": "0.0.0",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"parcel-bundler": "^1.12.4",
"postcss-cli": "^7.1.1",
"tailwindcss": "^1.6.2"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}