-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.49 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
{
"name": "hic-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3100",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,scss,md,json}' --config ./.prettierrc",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@craftjs/core": "^0.1.0-beta.13",
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "1.3.11",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@next/bundle-analyzer": "^10.0.6",
"@unly/utils": "^1.0.3",
"amplitude-js": "^7.4.1",
"axios": "^0.21.1",
"bootstrap": "5.0.0-alpha1",
"caniuse-lite": "^1.0.30001181",
"change-case": "^4.1.2",
"clsx": "^1.1.1",
"compression": "^1.7.4",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.16.1",
"express": "^4.17.1",
"firebase": "^8.2.3",
"form-data": "^3.0.0",
"fs": "^0.0.1-security",
"install": "^0.13.0",
"lzutf8": "^0.5.8",
"material-ui-color-picker": "^3.5.1",
"next": "10.0.3",
"next-iron-session": "^4.1.10",
"next-redux-wrapper": "^6.0.2",
"path": "^0.12.7",
"preact": "^10.5.12",
"prop-types": "^15.7.2",
"pure-react-carousel": "^1.27.6",
"react": "17.0.0",
"react-contenteditable": "^3.3.5",
"react-dom": "17.0.0",
"react-element-to-jsx-string": "^14.3.2",
"react-gtm-module": "^2.0.11",
"react-input-mask": "^2.0.4",
"react-lazyload": "^3.1.0",
"react-lottie": "^1.2.3",
"react-material-ui-form-validator": "^2.1.1",
"react-medium-editor": "^1.8.1",
"react-redux": "^7.2.2",
"react-reveal": "^1.2.2",
"react-syntax-highlighter": "^15.4.3",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"swiper": "^6.4.5",
"swr": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-react-display-name": "^7.12.1",
"babel-loader": "^8.2.2",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"styled-jsx-plugin-sass": "^1.0.0"
}
}