-
Notifications
You must be signed in to change notification settings - Fork 153
/
package.json
41 lines (41 loc) · 1.35 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
{
"name": "magic-copy",
"version": "0.0.1",
"description": "magic-copy",
"scripts": {
"watch:chrome": "webpack --config webpack/webpack.chrome.dev.js --watch",
"build:chrome": "webpack --config webpack/webpack.chrome.prod.js",
"watch:firefox": "webpack --config webpack/webpack.firefox.dev.js --watch",
"build:firefox": "webpack --config webpack/webpack.firefox.prod.js",
"watch:figma": "webpack --config webpack/webpack.figma.dev.js --watch",
"build:figma": "webpack --config webpack/webpack.figma.prod.js"
},
"author": "Kevin Wang <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/kevmo314/magic-copy"
},
"dependencies": {
"onnxruntime-web": "^1.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.68.0",
"@types/chrome": "0.0.237",
"@types/firefox-webext-browser": "^111.0.1",
"@types/offscreencanvas": "^2019.7.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.18",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.4",
"react-dev-utils": "^12.0.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
}
}