-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·73 lines (73 loc) · 2.13 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
{
"name": "triller-stepup",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"private": true,
"dependencies": {
"@hanzo/middleware": "0.0.17",
"@hanzo/react": "0.0.17",
"@hanzo/utils": "0.0.17",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.53",
"@u-wave/react-vimeo": "0.8.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "1.0.1",
"babel-plugin-import": "^1.13.0",
"babel-plugin-inline-import": "^3.0.0",
"classnames": "2.2.6",
"copy-to-clipboard": "^3.3.1",
"hanzo.js": "2.5.13",
"localstory": "^0.9.0",
"midstream": "2.0.2",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"mobx-react-lite": "^2.0.6",
"moment": "2.25.3",
"moment-timezone": "0.5.28",
"nanoid": "^3.1.10",
"next": "^9.4.0",
"next-sass": "1.0.3",
"next-transpile-modules": "3.3.0",
"node-sass": "4.14.1",
"react": "^16.13.1",
"react-cookie-consent": "^4.1.0",
"react-dom": "^16.13.1",
"react-facebook-pixel": "0.1.3",
"react-ga": "2.7.0",
"react-gtm-module": "2.0.8",
"react-html-comment": "2.0.3",
"react-in-viewport": "^1.0.0-alpha.11",
"react-lazy-load-image-component": "1.4.3",
"react-modal-video": "1.2.3",
"react-player": "2.0.1",
"react-scroll": "^1.7.16",
"react-share": "^4.2.0",
"react-youtube": "7.11.2",
"sass": "1.26.5",
"styled-components": "5.1.0",
"vconsole": "^3.3.4"
},
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@types/node": "14.0.1",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"babel-eslint": "10.1.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "7.0.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.2",
"file-loader": "6.0.0",
"typescript": "3.9.2"
},
"browserslist": "> 0.25%, not dead, IE 10"
}