-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "next-app-qs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tinymce/tinymce-react": "^3.6.1",
"@zeit/next-css": "^1.0.1",
"axios": "^0.20.0",
"babel-plugin-macros": "^2.8.0",
"express": "^4.17.1",
"glob": "^7.1.6",
"next": "9.5.3",
"next-fonts": "^1.4.0",
"next-redux-wrapper": "^6.0.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-input-mask": "^2.0.4",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-act": "^1.8.0",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"styled-components": "^5.2.0",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@svgr/webpack": "^5.4.0",
"babel-plugin-styled-components": "^1.11.1",
"html-webpack-plugin": "^4.4.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"babelMacros": {
"styledComponents": {
"pure": true
}
}
}