forked from tidbyt/pixlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.28 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
{
"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.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-react": "7.18.6",
"@svgr/webpack": "6.5.1",
"babel-loader": "9.1.0",
"babel-preset-react": "6.24.1",
"css-loader": "6.7.3",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"style-loader": "3.3.1",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1",
"webpack-merge": "5.8.0"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@fontsource/barlow": "4.5.9",
"@fontsource/material-icons": "4.5.4",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@mui/icons-material": "5.11.0",
"@mui/lab": "5.0.0-alpha.114",
"@mui/material": "5.11.2",
"@reduxjs/toolkit": "1.9.1",
"@mui/x-date-pickers": "5.0.12",
"axios": "1.2.1",
"date-fns": "2.29.3",
"dayjs": "1.11.7",
"notistack": "2.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-crop": "4.6.3",
"react-redux": "8.0.5",
"react-router": "6.6.1",
"react-router-dom": "6.6.1",
"react-simple-oauth2-login": "0.5.4"
}
}