-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 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
{
"name": "frontend",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"build": "next build",
"start": "CHOKIDAR_USEPOLLING=true node server.js",
"lint": "eslint . --ext .ts,.tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "9.4.7",
"axios": "^0.21.1",
"express": "^4.16.4",
"isomorphic-unfetch": "^3.0.0",
"next": "^12.1.0",
"postcss-easy-import": "^4.0.0",
"react": "^16.13.1",
"wpapi": "^1.2.1"
},
"devDependencies": {
"@types/node": "^12.12.34",
"@types/react": "^16.9.30",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"@typescript-eslint/typescript-estree": "^2.9.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-wrap-in-js": "^1.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.5",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"normalize.css": "^8.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.2",
"raw-loader": "^1.0.0",
"react-dom": "^16.13.1",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"tslib": "^1.11.1",
"typescript": "^3.8.3",
"webpack": "^4.42.1"
}
}