-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.05 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
{
"name": "lesca-click",
"version": "4.3.5",
"description": "use for prevent browser default behavior. usually used in web without scroll app.",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"watch": "babel --watch src/lib --out-dir lib --extensions '.ts,.tsx'",
"build": "NODE_ENV=production webpack",
"deploy": "gh-pages -d dist",
"tsc": "npx tsc --watch",
"dev": "concurrently \"npm run watch\" \"npm run tsc\" \"npm run start\"",
"rm": "rm -rf node_modules/ package-lock.json",
"op": "babel src/lib -d lib --copy-files"
},
"keywords": [
"lesca",
"衝康吉",
"jameshsu1125",
"click"
],
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-modules-amd": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"concurrently": "^9.1.2",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"gh-pages": "^6.3.0",
"html-react-parser": "^5.2.2",
"html-webpack-plugin": "^5.6.3",
"lesca-react-qrcode": "^2.0.0",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"less-vars-to-js": "^1.3.0",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"author": "jamehsu1125 <jameshsu1125@gmail.com>",
"dependencies": {
"@babel/runtime": "^7.26.0",
"mobile-detect": "^1.4.5"
}
}