-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.39 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "orbital",
"version": "0.1.0",
"private": true,
"dependencies": {
"@feizheng/react-modal-manager": "^1.3.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@reach/slider": "^0.15.3",
"@shwilliam/react-rubber-slider": "^0.1.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"bootstrap": "^5.0.1",
"cors": "^2.8.5",
"d3": "^7.0.0",
"express": "^4.17.1",
"firebase": "^8.6.8",
"framer-motion": "^4.1.17",
"gsap": "^3.7.1",
"install": "^0.13.0",
"ityped": "^1.0.3",
"lodash": "^4.17.21",
"lodash-move": "^1.1.1",
"m-btn": "^1.0.13",
"mysql": "^2.18.1",
"nw-react-slider": "^2.0.1",
"react": "^17.0.2",
"react-awesome-modal": "^2.0.5",
"react-circle-modal": "^0.0.2",
"react-compound-slider": "^3.3.1",
"react-dom": "^17.0.2",
"react-drag-drawer": "^3.3.4",
"react-dribble-button": "^0.2.2",
"react-image-gallery": "^1.1.1",
"react-modal": "^3.14.3",
"react-parallax": "^3.3.0",
"react-player": "^2.9.0",
"react-popup-alert": "^2.0.0",
"react-popupbox": "^2.0.8",
"react-range-step-input": "^1.3.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-simple-modal-provider": "^1.7.0",
"react-sky": "^1.1.0",
"react-spring": "^9.2.4",
"react-three-fiber": "^6.0.13",
"react-tiny-fab": "^4.0.3",
"react-vfx": "^0.5.0",
"react-with-gesture": "^4.0.8",
"reactjs-popup": "^2.0.4",
"sass": "^1.34.0",
"semantic-ui-react": "^2.0.3",
"three": "^0.104.0",
"three-obj-mtl-loader": "^1.0.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!@codemirror)/'",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"react-test-renderer": "^17.0.2"
}
}