-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.16 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
{
"name": "dfds-starter",
"version": "1.0.0",
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@dfds-platform/business-components": "^1.0.8",
"@dfds-ui/colors": "0.8.57",
"@dfds-ui/experiences": "0.8.57",
"@dfds-ui/fonts": "0.8.57",
"@dfds-ui/grid": "0.8.57",
"@dfds-ui/hooks": "0.8.57",
"@dfds-ui/icons": "0.8.57",
"@dfds-ui/modal": "0.8.57",
"@dfds-ui/react-components": "0.8.57",
"@dfds-ui/theme": "0.8.57",
"@dfds-ui/forms": "0.8.57",
"@dfds-ui/typography": "0.8.57",
"@dfds-ui/google-places": "0.8.57",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@types/three": "0.131.0",
"next": "10.2.3",
"react": "^17.0.2",
"react-dates": "21.8.0",
"react-dom": "^17.0.2",
"react-hook-form": "7.7.1",
"react-select": "4.3.1",
"swr": "0.5.6",
"@react-three/fiber": "6.2.2",
"@react-three/drei": "7.3.1",
"@react-three/postprocessing": "2.0.5",
"three": "0.129.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@emotion/babel-plugin": "^11.3.0",
"@types/node": "^15.9.0",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"babel-plugin-emotion": "^11.0.0",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "^7.27.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard-next": "^12.0.0",
"eslint-plugin-flowtype": "5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-unused-imports": "1.1.1",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "^7.2.0",
"typescript": "4.3.5"
},
"license": "MIT"
}