forked from 3dlook-me/camera-widget-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.73 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@3dlook/camera-widget-react",
"version": "1.1.1",
"description": "Widget camera component",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack --progress"
},
"repository": "github:3dlook-me/camera-widget-react",
"author": "3DLOOK",
"license": "ISC",
"main": "dist/index.js",
"homepage": "https://github.com/3dlook-me/camera-widget-react/src",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-async-to-generator": "^7.24.1",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"breakpoint-sass": "^2.7.1",
"chai": "^5.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.3",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"file-loader": "^5.0.2",
"git-revision-webpack-plugin": "^3.0.4",
"html-loader": "^0.5.5",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"jest": "^25.1.0",
"jsdoc": "^4.0.3",
"jsdoc-to-markdown": "^5.0.3",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"minami": "^1.2.3",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^6.1.4",
"postcss-loader": "^3.0.0",
"preact-compat-enzyme": "^0.2.5",
"preact-test-utils": "^0.1.4",
"puppeteer": "^2.1.1",
"regenerator-runtime": "^0.14.1",
"rename-output-webpack-plugin": "^1.0.1",
"sass-loader": "^8.0.2",
"sinon": "^8.1.1",
"standard-version": "^7.1.0",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.4",
"webpack": "^4.41.5",
"webpack-clean": "^1.2.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.24.5",
"@preact/compat": "^17.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"classnames": "^2.5.1",
"preact": "^10.21.0",
"sass": "^1.76.0",
"semantic-release": "^22.0.12"
},
"peerDependencies": {
"preact": "^10.21.0"
}
}