generated from Attacktive/attacktive-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "ipa-to-pronunciation-respelling",
"version": "2.2.1",
"description": "Respells IPA (International Phonetic Alphabet).",
"scripts": {
"serve": "webpack serve",
"build": "webpack",
"deploy": "gh-pages -d dist",
"lint": "eslint ."
},
"author": {
"name": "Attacktive",
"email": "[email protected]",
"url": "http://github.attacktive.xyz"
},
"license": "MIT",
"homepage": "https://github.com/Attacktive/ipa-to-pronunciation-respelling.git",
"bugs": {
"url": "https://github.com/Attacktive/ipa-to-pronunciation-respelling/issues",
"email": "[email protected]"
},
"keywords": [
"ipa",
"English",
"pronunciation",
"respelling"
],
"dependencies": {
"@tailwindcss/postcss": "^4.0.4",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.7",
"@babel/register": "^7.25.9",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"eslint": "^9.19.0",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"sass": "^1.84.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}