-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.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
{
"name": "my_cv_2019",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel ./src/index.html --out-dir ./build/dev --open",
"devLocal": "parcel watch ./src/index.html --out-dir ./build/devLocal --public-url ./",
"build": "yarn parcel build ./src/index.html --out-dir ./build/prod --public-url ./",
"lint": "eslint . --ext .js,.ts,.tsx"
},
"author": "Chopin Johann",
"license": "ISC",
"engines": {
"node": ">=18"
},
"dependencies": {
"@babel/preset-react": "^7.12.1",
"@fortawesome/fontawesome-svg-core": "1.2.30",
"@fortawesome/free-brands-svg-icons": "5.14.0",
"@fortawesome/free-solid-svg-icons": "5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@svgr/parcel-plugin-svgr": "^4.3.3",
"@types/bootstrap": "^4.5.1",
"@types/jquery": "^3.5.3",
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"@types/swiper": "^4.4.10",
"a11y-react-emoji": "^1.1.3",
"bootstrap": "^4.5.3",
"focus-trap-react": "^8.9.0",
"history": "^5.0.0",
"npm": "^6.14.8",
"popper.js": "^1.16.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"readline-sync": "^1.4.10",
"swiper": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.12.1",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"cssnano": "^4.1.10",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"jquery": "^3.5.1",
"parcel-bundler": "^1.12.4",
"prop-types": "^15.8.1",
"sass": "^1.27.0",
"typescript": "^3.9.7"
}
}