-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.77 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.77 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
{
"name": "eilos-preset-typescript",
"version": "1.1.0",
"description": "Web App Build Abstraction",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=development webpack",
"prepack": "NODE_ENV=production webpack"
},
"publishConfig": {
"access": "public"
},
"tags": [
"eilos",
"eilos-preset",
"typescript",
"webpack",
"jest"
],
"files": [
"dist/**/*.js",
"dist/**/*.ts",
"bin/*",
"package.json",
"README.md"
],
"author": "Ioannis Charalampidis <ioannis@charalampidis.me>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@svgr/webpack": "^8.1.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"babel-jest": "^30.0.5",
"bytes": "^3.1.2",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"eslint": "^9.32.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"jest": "^30.0.5",
"mini-css-extract-plugin": "^2.9.3",
"prettier": "3.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.90.0",
"sass-loader": "^16.0.5",
"ts-jest": "^29.4.1",
"ts-loader": "^9.5.2",
"typescript": "5.9.2",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"devDependencies": {
"@types/bytes": "^3.1.5",
"@types/webpack-env": "^1.18.8",
"ajv": "^8.17.1",
"eilos": "^1.0.17"
},
"packageManager": "yarn@4.9.2"
}