-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.41 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "axon-react-startup",
"version": "1.6.0",
"description": "Axon Bridge React Startup Framework",
"scripts": {
"prestart": "npm-run-all --silent -p remove:coverage remove:public",
"start": "npm-run-all --silent -p lint:fix test:watch dev eslint:watch lint:watch format:watch",
"build": "npm-run-all -p test lint:fix prod",
"test": "jest --coverage --colors --env=jsdom",
"test:watch": "jest --watch --colors --env=jsdom",
"dev": "webpack serve --env development",
"staging": "webpack --env staging",
"prod": "webpack --env production",
"lint": "tsc && eslint ./src/**/*.{ts,tsx}",
"lint:fix": "eslint ./src/**/*.{ts,tsx} --fix && tsc --noEmit",
"lint:watch": "tsc --watch --pretty",
"eslint:watch": "esw ./src/**/*.{ts,tsx} -w --fix --clear --changed",
"format": "prettier --write \"./src/**/*.+(js|jsx|ts|tsx|json|yml|yaml|css|md)\"",
"format:watch": "onchange '**/*.{ts.tsx}' -- prettier --write {{changed}}",
"analyze": "webpack-bundle-analyzer --port 4200 public/stats.json",
"remove:coverage": "rimraf ./coverage",
"remove:public": "rimraf ./public",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"_modelAliases": {
"@views": "./src/views"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdevtech/axon-react-startup.git"
},
"keywords": [
"react"
],
"author": "Jesus Guzman (gdevtech)",
"license": "ISC",
"bugs": {
"url": "https://github.com/gdevtech/axon-react-startup/issues"
},
"homepage": "https://github.com/gdevtech/axon-react-startup#readme",
"dependencies": {
"@types/styled-components": "^5.1.14",
"babel-jest": "^27.2.0",
"focus-visible": "^5.2.0",
"module-alias": "^2.2.2",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"snyk": "^1.813.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@architect/sandbox": "^4.0.2",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.13.2",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^8.0.1",
"dotenv-webpack": "^7.0.3",
"error-overlay-webpack-plugin": "^1.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^4.0.0",
"eslint-plugin-autofix": "^1.0.5",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.1.4",
"eslint-watch": "^7.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^6.3.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"husky": "^7.0.2",
"image-webpack-loader": "^7.0.1",
"jest": "^27.1.1",
"jest-environment-enzyme": "^7.1.2",
"jest-styled-components": "^7.0.5",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"prettier": "^2.4.0",
"pretty-quick": "^3.1.1",
"rimraf": "^3.0.2",
"source-map-loader": "^3.0.0",
"svg-url-loader": "^7.1.1",
"terser-webpack-plugin": "^5.2.4",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"tsconfig-paths": "^3.11.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.4.3",
"typescript-plugin-styled-components": "^2.0.0",
"webpack": "^5.52.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1",
"webpack-merge": "^5.8.0"
},
"snyk": true
}