-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
50
51
{
"name": "instor",
"homepage": "https://alexandrlo.github.io/instor/",
"version": "1.0.0",
"scripts": {
"start": "webpack serve",
"build": "webpack",
"storybook": "start-storybook -p 6006 --no-open",
"build-storybook": "build-storybook",
"lint": "eslint --ext .jsx,.js src/"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@react-spring/web": "^9.4.5",
"@reduxjs/toolkit": "^1.8.2",
"@styled-icons/fluentui-system-filled": "^10.35.0",
"@use-gesture/react": "^10.2.15",
"framer-motion": "^6.3.11",
"fuse.js": "^6.6.2",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-resize-detector": "^7.1.1",
"react-router-dom": "^6.3.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@svgr/webpack": "^6.2.1",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.17.0",
"eslint-plugin-react": "^7.30.0",
"html-webpack-plugin": "^5.5.0",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.2"
}
}