-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.3 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
{
"name": "star-wars-planets",
"homepage": "https://brenolg.github.io/Star-Wars-Planets-React-Context",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint:styles": "npx stylelint '**/*.css'",
"lint": "eslint --no-inline-config --no-error-on-unmatched-pattern -c .eslintrc.json . --ext .js,.jsx",
"preview": "vite preview",
"test-coverage": "react-scripts test --coverage --watchAll=false"
},
"dependencies": {
"framer-motion": "^10.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.7.2"
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sheerun/mutationobserver-shim": "0.3.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"cypress": "^10.7.0",
"cypress-multi-reporters": "^1.6.1",
"eslint-config-trybe-frontend": "1.3.1",
"gh-pages": "^5.0.0",
"mocha": "^10.0.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^6.2.0",
"stylelint": "14.11.0",
"stylelint-order": "5.0.0",
"vite": "^4.4.5"
}
}