-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.13 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "kurdistan-animal-sanctuary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"check-lint": "eslint . --ext js --ext jsx",
"format": "prettier --write .",
"test-all": "npm run format && npm run check-lint && npm run build",
"test": "jest "
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@jest/globals": "^27.0.6",
"babel-polyfill": "^6.26.0",
"firebase": "^8.8.1",
"i18next": "^20.3.2",
"next": "11.0.1",
"next-i18next": "^8.5.5",
"pretier": "^0.0.1",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hamburger-menu": "^1.2.1",
"react-icons": "^4.2.0",
"react-modal": "^3.14.3",
"react-rating-stars-component": "^2.2.0",
"react-slick": "^0.28.1",
"react-social-icons": "^5.5.1",
"react-test-renderer": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"slick-carousel": "^1.8.1",
"swiper": "^6.7.5",
"tailwindcss": "^2.2.4"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"jest": "^27.0.6",
"prettier": "^2.3.2"
},
"main": "index.js",
"repository": "https://github.com/ReCoded-Org/capstone-project-kurdistan-animal-sanctuary.git",
"author": "Zhinoo <[email protected]>",
"license": "MIT"
}