-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.31 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
{
"dependencies": {
"firebase": "^10.10.0",
"random-words": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.3",
"styled-components": "^5.3.6",
"use-interval": "^1.4.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"cypress": "NODE_ENV=development $(npm bin)/cypress open --e2e --browser chrome",
"test": "CYPRESS_LOCAL=true NODE_ENV=development start-server-and-test 'BROWSER=none npm start' 3000 \"$(npm bin)/cypress run --browser chrome\"",
"test:production": "npm run build && NODE_ENV=production start-server-and-test 'serve build' 3000 \"$(npm bin)/cypress open --browser chrome\"",
"test:ci": "NODE_ENV=production CI=true start-server-and-test 'BROWSER=none npm start' 3000 \"$(npm bin)/cypress run --browser chrome --config 60000\"",
"prepare": "husky install",
"lint": "eslint --fix src"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@poap/skunk-linter": "^0.0.3",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^8.0.3",
"vite": "^5.2.7",
"vite-plugin-svgr": "^4.2.0"
}
}