-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "3.0.0-repo-rankr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint 'pages/**/*' 'lib/**/*' 'apollo/**/*' 'components/**/*' --fix",
"format": "prettier --write 'styles/**/*.css' 'pages/**/*.js' 'lib/**/*.js' 'components/**/*.jsx' 'apollo/**/*.js' 'pages/**/*.jsx'",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@ladifire-opensource/stylex": "^0.1.0-beta.0",
"@ladifire-opensource/stylex-nextjs-plugin": "^0.1.0-beta.0",
"axios": "^0.21.1",
"badge-maker": "^3.3.1",
"cross-fetch": "^3.1.4",
"graphql": "^15.5.0",
"next": "9.3.5",
"object-key-filter": "^0.0.4",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.2",
"react-spinners": "^0.11.0",
"react-toastify": "^7.0.4"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unused-imports": "^1.1.1",
"husky": "^6.0.0",
"next-transpile-modules": "3.3.0",
"prettier": "^2.3.1"
}
}