-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "lecket-web",
"version": "0.1.0",
"private": true,
"scripts": {
"deploy": "next build && next export",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"sass": "dart compile-sass.dart src/styles/scss/styles.scss src/styles/globals.css"
},
"dependencies": {
"axios": "^0.21.2",
"embla-carousel": "^4.5.3",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"next": "11.1.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/lodash": "^4.14.175",
"@types/react": "17.0.15",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"babel-jest": "^27.0.6",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"prettier": "2.3.2",
"react-test-renderer": "^17.0.2",
"typescript": "4.3.5"
}
}