-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.02 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
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
{
"name": "react-mixin-crops",
"version": "0.0.1",
"description": "clipping tool of hot zone",
"author": "leo306",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack serve --config ./scripts/webpack.dev.js",
"build": "webpack --config ./scripts/webpack.prod.js && tsc && tsc-alias",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/xj-L/crops"
},
"keywords": [
"react",
"crops",
"hot area",
"hot zone",
"clip",
"rotate",
"rotatable",
"image data"
],
"files": [
"dist",
"README.md"
],
"peerDependencies": {
"interactjs": "^1.10.17",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
"@types/lodash-es": "^4.17.6",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"eslint": "8.22.0",
"eslint-plugin-react": "^7.31.1",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"path": "^0.12.7",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"tsc-alias": "^1.7.0",
"typescript": "^4.7.4",
"typings-for-css-modules-loader": "^1.7.0",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"dependencies": {
"nanoid": "^4.0.0",
"lodash-es": "^4.17.21"
}
}