-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
{
"name": "portfolio",
"homepage": "https://voltis.dev",
"version": "0.1.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"@apollo/client": "^3.6.9",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"bulma": "^0.9.4",
"bulma-pageloader": "^0.3.0",
"bulma-switch": "^2.0.0",
"bulma-timeline": "^3.0.4",
"graphql": "^16.6.0",
"lodash.flowright": "^3.5.0",
"node-sass": "^9.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-bulma-components": "^4.1.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.4.4",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"gh-pages": "^5.0.0",
"typescript": "^5.1.6",
"web-vitals": "^3.4.0"
}
}