-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.85 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
59
60
61
62
63
64
65
{
"name": "luigimannoni-experiments",
"version": "0.6.1",
"private": true,
"homepage": "https://experiments.luigimannoni.com/",
"dependencies": {
"@babylonjs/core": "^6.8.0",
"@react-three/drei": "^9.65.3",
"@react-three/fiber": "^8.12.1",
"@react-three/postprocessing": "^2.7.1",
"hamburgers": "^1.2.1",
"leva": "^0.9.34",
"matter-attractors-f": "^0.1.7",
"matter-js": "^0.19.0",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"sass": "^1.62.0",
"slugify": "^1.6.6",
"stats.js": "^0.17.0",
"three": "^0.151.3",
"web-vitals": "^3.3.1"
},
"scripts": {
"lint:eslint": "eslint .",
"lint:eslint:fix": "eslint . --fix",
"lint:stylelint:fix": "stylelint \"**/*.scss\" --fix",
"lint:stylelint": "stylelint \"**/*.scss\"",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"start": "HTTPS=true react-scripts start",
"build": "react-scripts build",
"test": "npm run lint && react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"raw-loader": "^4.0.2",
"stylelint": "^15.5.0",
"stylelint-config-standard-scss": "^8.0.0",
"stylelint-scss": "^4.6.0"
}
}