-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 874 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 874 Bytes
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
{
"name": "top-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"start": "next start",
"lint": "next lint",
"stylelint": "stylelint \"**/*.css\" --fix"
},
"dependencies": {
"axios": "^0.26.0",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"date-fns": "^2.28.0",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-config-next": "12.0.10",
"stylelint-config-standard": "^24.0.0",
"stylelint-order-config-standard": "^0.1.3",
"typescript": "^4.5.5"
}
}