-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.08 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
126
127
128
129
130
131
{
"name": "ToDoApp",
"version": "1.0.0",
"description": "Moder tools React and JS Webpack",
"main": "index.js",
"scripts": {
"build": "webpack --config ./build/webpack.config.prod.js",
"dev": "webpack-dev-server --open --config ./build/webpack.config.dev.js",
"dev:hot": "npm run dev -- --hot",
"test": "jest --watchAll",
"lint": "eslint --ext .js --ext .jsx --fix ./",
"predeploy": "npm run build",
"lint:styles": "stylelint --fix --syntax css src/**/*.css",
"format": "prettier \"src/**/*.{js,jsx,yml,yaml,ts,tsx,md,graphql,mdx}\" --write",
"format:styles": "prettier \"src/**/*.{scss,sass,less,css}\" --parser css --write",
"precommit": "lint-staged",
"deploy": "now",
"prod:now": "now --prod",
"dev:now": "now dev"
},
"husky": {
"hooks": {
"pre-commit": "npm run precommit"
}
},
"browserslist": [
"> 1%",
"last 3 version"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/parser": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.1.0",
"@material-ui/icons": "^4.1.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.3",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"autoprefixer": "^9.7.3",
"axios": "^0.19.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.2.0",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-react-app": "^5.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.7.0-alpha.0",
"eslint-plugin-standard": "^4.0.1",
"file-loader": "^5.0.2",
"fs": "0.0.1-security",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"jest": "^24.8.0",
"jest-dom": "^3.3.0",
"lint-staged": "^9.5.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.17.1",
"pretty-quick": "^1.11.0",
"react-axe": "^3.1.0",
"react-router-dom": "^5.0.1",
"react-testing-library": "^7.0.1",
"sass-loader": "^8.0.0",
"style-loader": "^0.23.1",
"stylelint": "^12.0.0",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-primer": "^9.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-recommended-scss": "^4.1.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1",
"stylelint-prettier": "^1.1.2",
"ts-loader": "^6.0.1",
"typescript": "^3.4.5",
"uuid": "^3.3.2",
"webpack": "^4.32.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.1",
"workbox-webpack-plugin": "^4.3.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"now": "^17.0.4",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArturW1998/ToDoApp.git"
},
"bugs": {
"url": "https://github.com/ArturW1998/ToDoApp/issues"
},
"homepage": "https://github.com/ArturW1998/ToDoApp",
"eslintConfig": {
"extends": "react-app"
}
}