-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.84 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
67
68
69
70
71
{
"name": "eilos-preset-typescript",
"version": "1.0.16",
"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 <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@statoscope/webpack-plugin": "^5.7.2",
"@svgr/webpack": "^5.5.0",
"@types/jest": "^27.0.1",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-jest": "^27.0.5",
"bytes": "^3.1.0",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"eslint": "^7.25.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"jest": "^27.0.5",
"mini-css-extract-plugin": "^2.2.0",
"prettier": "2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.26.8",
"sass-loader": "^12.1.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"typescript": "4.3",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
},
"devDependencies": {
"@types/bytes": "^3.1.1",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/mini-css-extract-plugin": "^2.2.0",
"@types/webpack-env": "^1.16.2",
"ajv": "^8.6.2",
"eilos": "^1.0.13"
}
}