-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "@toriyama/opencvjs-playground",
"version": "0.9.1",
"description": "Enjoy OpenCV.js with me!",
"main": "src/index.tsx",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production",
"build:watch": "webpack --watch",
"analyze": "webpack --analyze",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YUUKIToriyama/opencv.js-playground.git"
},
"keywords": [
"OpenCV.js"
],
"author": "YUUKIToriyama",
"license": "MIT",
"bugs": {
"url": "https://github.com/YUUKIToriyama/opencv.js-playground/issues"
},
"homepage": "https://github.com/YUUKIToriyama/opencv.js-playground#readme",
"dependencies": {
"grommet": "^2.17.2",
"grommet-component-collection": "^0.9.9",
"grommet-icons": "^4.5.0",
"monaco-editor": "^0.24.0",
"monaco-editor-webpack-plugin": "^3.1.0",
"opencv-react": "^0.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react-dom": "^17.0.5",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.4",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}