-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.08 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.08 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@networkteam/frontend-scripts",
"version": "6.0.5",
"description": "networkteam asset build scripts",
"bin": {
"networkteam-asset-build": "./bin/cli.js"
},
"author": "networkteam GmbH",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/networkteam/nwt-frontend-scripts"
},
"scripts": {
"test": "mocha 'helpers/*.spec.js'"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.16.0",
"@svgr/webpack": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.0.0",
"babel-loader": "8.1.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chai": "^4.2.0",
"chai-dom": "^1.8.1",
"chalk": "^4.1.1",
"compression-webpack-plugin": "6",
"crypto": "^1.0.1",
"css-loader": "^5.2.5",
"deepmerge": "^4.2.2",
"dotenv": "^9.0.2",
"eslint": "^7.30.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.4",
"extra-watch-webpack-plugin": "^1.0.3",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"globby": "^11.0.3",
"hashdirectory": "^0.1.0",
"immer": "^9.0.3",
"istanbul-api": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^4.0.3",
"jsdom": "^16.5.3",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^1.6.0",
"minimist": "^1.2.0",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"mochapack": "^2.1.2",
"path": "^0.12.7",
"postcss": "^8.3.0",
"postcss-loader": "^5.3.0",
"prompts": "^2.4.1",
"react-dev-utils": "^11.0.0",
"resolve": "^1.20.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"semver": "^7.3.5",
"sinon": "^10.0.0",
"sinon-chai": "^3.3.0",
"svg-spritemap-webpack-plugin": "^4.0.2",
"terser-webpack-plugin": "^5.1.2",
"typescript": "^4.3.2",
"webpack": "^5.37.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.0",
"webpack-livereload-plugin": "^3.0.1",
"webpack-merge": "^5.7.3",
"webpack-modernizr-loader": "^5.0.0"
},
"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0"
},
"engines": {
"node": ">=12.0.0"
}
}