-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.56 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
{
"name": "regexper",
"version": "1.0.0",
"description": "Regular expression visualization tool",
"homepage": "http://regexper.com",
"author": {
"name": "Jeffrey Avallone",
"email": "jeff.avallone@gmail.com"
},
"contributors": [
{
"name": "AkatQuas",
"email": "295140755@qq.com"
}
],
"license": "MIT",
"private": true,
"browserslist": [
"defaults",
"not IE 11"
],
"scripts": {
"pretest": "eslint --fix src",
"test": "karma start --single-run",
"build": "webpack",
"start": "webpack serve --open"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"canopy": "^0.2.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint-plugin-jasmine": "^4.2.2",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.6.3",
"imports-loader": "^5.0.0",
"jasmine-core": "^5.5.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-notify-reporter": "^1.3.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.1",
"lodash": "^4.17.21",
"lucide": "^0.511.0",
"mini-css-extract-plugin": "^2.9.2",
"@fontsource/bangers": "^5.2.5",
"@tailwindcss/postcss": "^4.1.11",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"tailwindcss": "^4.1.11",
"snapsvg": "^0.5.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}