-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "top-app",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"export": "next export",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"stylelint": "stylelint \"**/*.css\" --fix"
},
"dependencies": {
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"date-fns": "^2.22.1",
"eslint-plugin-react-hooks": "^4.2.0",
"framer-motion": "^4.1.17",
"next": "10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.10.1",
"react-yandex-metrika": "^2.6.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/classnames": "^2.3.1",
"@types/node": "^15.12.2",
"@types/react": "17.0.11",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"husky": "^7.0.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-order-config-standard": "^0.1.3",
"typescript": "4.3.2"
}
}