-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "mantra",
"version": "1.0.0",
"description": "Self-management tool to remind yourself the lesson you already learned.",
"scripts": {
"start": "webpack --watch --progress --config webpack.dev.js",
"build": "webpack --watch --progress --config webpack.prod.js"
},
"author": "",
"devDependencies": {
"@types/chrome": "^0.0.193",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.17",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.2.4",
"html-webpack-plugin": "^4.5.2",
"nanoid": "^3.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.1.0",
"typescript": "^4.6.4",
"webpack": "^5.34.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@editorjs/editorjs": "^2.25.0",
"@editorjs/header": "2.6.2",
"@emotion/react": "^11.10.0",
"@mantine/core": "4.2.10",
"@mantine/hooks": "4.2.10",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/material": "5.8.0",
"@types/node": "^17.0.33",
"nanoid": "^3.3.4",
"react-icons": "^4.3.1",
"react-joyride": "^2.4.0",
"react-router-dom": "^6.3.0",
"tabler-icons-react": "1.52.0"
}
}