-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.62 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
55
56
{
"name": "dastasoft-portfolio",
"version": "1.0.0",
"engines": {
"node": ">=18.0.0"
},
"main": "src/index.js",
"license": "MIT",
"author": "dastasoft <dastasoft@protonmail.com> (https://dastasoft.com)",
"scripts": {
"start": "parcel --no-cache public/index.html",
"build": "parcel build public/*"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@svgr/parcel-plugin-svgr": "^5.3.1",
"animate.css": "^4.0.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-maps": "^9.4.5",
"react-icons": "^4.10.1",
"react-spring": "^9.7.2",
"react-typist": "^2.0.5",
"styled-components": "^6.0.5",
"wowjs": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"parcel-bundler": "^1.12.5",
"prettier": "^3.0.0"
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/react@1.0.16"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "yarn"
}
}