-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "cg-trabalho",
"version": "0.1.0",
"homepage": "https://Guilherm456.github.io/CG-Trabalho/",
"private": true,
"dependencies": {
"@d4c/numjs": "^0.17.34",
"@fluentui/react": "^8.110.11",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"gl-matrix": "^3.4.3",
"marching-squares": "^0.2.0",
"numjs": "^0.16.1",
"p5": "^1.7.0",
"react": "18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "18.2.0",
"react-p5": "^1.3.35",
"react-scripts": "5.0.1",
"typescript": "^5.1.6",
"util": "^0.12.5",
"web-vitals": "^3.4.0"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",
"@types/numjs": "^0.16.3",
"@types/p5": "^1.6.2",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"gh-pages": "^5.0.0",
"path-browserify": "^1.0.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
"build": "DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}