-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
48
49
{
"name": "divar-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.0",
"bootstrap": "4.6.0",
"classnames": "^2.3.1",
"next": "11.0.1",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"react-redux": "^7.2.4",
"redux-persist": "^6.0.0",
"sass": "^1.35.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@storybook/addon-actions": "^6.3.4",
"@storybook/addon-essentials": "^6.3.4",
"@storybook/addon-links": "^6.3.4",
"@storybook/react": "^6.3.4",
"@types/react": "17.0.14",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-spellcheck": "^0.0.19",
"husky": "^7.0.1",
"lint-staged": "^11.0.0",
"prettier": "^2.3.2",
"sass-loader": "10",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "4.3.5"
}
}