-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
72 lines (72 loc) · 2.39 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "pixlet",
"version": "0.1.0",
"description": "[![Build & test](https://github.com/tidbyt/pixlet/workflows/Build%20&%20test/badge.svg)](https://github.com/tidbyt/pixlet/actions?query=workflow%3A%22Build+%26+test%22+branch%3Amain) [![GoDoc](https://godoc.org/github.com/tidbyt/pixlet/runtime?status.svg)](https://godoc.org/github.com/tidbyt/pixlet/runtime)",
"main": "src/index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"clean": "rm -rf dist/static/ && git restore dist/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidbyt/pixlet.git"
},
"keywords": [],
"author": "Tidbyt, Inc.",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/tidbyt/pixlet/issues"
},
"homepage": "https://github.com/tidbyt/pixlet#readme",
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-react": "7.24.1",
"@svgr/webpack": "6.5.1",
"babel-loader": "9.1.3",
"babel-preset-react": "6.24.1",
"css-loader": "6.11.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.0",
"style-loader": "3.3.4",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
"webpack-merge": "5.10.0"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@fontsource/barlow": "4.5.9",
"@fontsource/material-icons": "4.5.4",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.15",
"@mui/x-date-pickers": "5.0.20",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.7.4",
"axios-retry": "^3.5.0",
"copy-webpack-plugin": "^11.0.0",
"date-fns": "2.30.0",
"dayjs": "1.11.10",
"material-ui-color": "^1.2.0",
"notistack": "3.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-easy-crop": "4.7.4",
"react-redux": "8.1.3",
"react-router": "6.23.0",
"react-router-dom": "6.23.0",
"react-simple-oauth2-login": "0.5.4"
}
}