-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.26 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.26 KB
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
{
"name": "mediabox-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"@material-ui/pickers": "^3.2.10",
"@u-wave/react-vimeo": "^0.8.3",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"clsx": "^1.1.0",
"cookie": "^0.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"faker": "^4.1.0",
"framer-motion": "^1.11.0",
"lodash": "^4.17.15",
"mapbox-gl": "^1.10.1",
"moment": "^2.26.0",
"next": "9.3.4",
"next-compose-plugins": "^2.2.0",
"next-cookies": "^2.0.3",
"next-fonts": "^1.1.0",
"next-images": "^1.4.0",
"next-redux-wrapper": "^5.0.0",
"next-routes": "^1.4.2",
"next-runtime-dotenv": "^1.2.0",
"next-sass": "^1.0.3",
"paper": "^0.12.7",
"postprocessing": "^6.13.5",
"prop-types": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-paper-bindings": "^2.0.0",
"react-redux": "^7.2.0",
"react-spring": "^8.0.27",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass": "^1.26.7",
"styled-components": "^5.1.1",
"three": "^0.116.1",
"three-effectcomposer": "0.0.1",
"three-shader-fxaa": "^5.1.1",
"tinycolor2": "^1.4.1",
"typeface-roboto": "0.0.75",
"use-is-in-viewport": "^1.0.9",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.0",
"jest": "^25.2.7",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.1",
"redux-mock-store": "^1.5.4",
"webpack": "^4.43.0"
}
}