-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
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
{
"name": "ameui",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "webpack --mode production && tsc --emitDeclarationOnly",
"prepare": "npm run build",
"dev": "parcel dev/index.html --port 3001"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@parcel/rust-darwin-arm64": "^2.15.4",
"@parcel/transformer-sass": "2.13.3",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^8.2.5",
"css-loader": "^7.1.2",
"parcel": "2.13.3",
"process": "^0.11.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.92.1",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"svg-url-loader": "^8.0.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"antd": "^5.27.3",
"dexie": "^4.2.0",
"dexie-react-hooks": "^4.2.0",
"react-markdown": "^10.1.0"
},
"@parcel/resolver-default": {
"packageExports": true
}
}