forked from vladlavrik/netify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.62 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
{
"private": true,
"scripts": {
"dev": "webpack --mode=development",
"build": "webpack --mode=production",
"prettier": "prettier --write ./src/**/*.{css,html}",
"eslintFix": "eslint --fix --ext=.tsx --ext=.ts ./src/",
"eslint": "eslint --ext=.tsx --ext=.ts ./src/"
},
"dependencies": {
"@types/base64-js": "^1.2.5",
"@types/chrome": "0.0.92",
"@types/classnames": "^2.2.9",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/webpack-env": "^1.15.0",
"@types/yup": "^0.26.28",
"base64-js": "^1.3.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"devtools-protocol": "0.0.726364",
"effector": "^20.11.4",
"effector-react": "^20.6.0",
"file-loader": "^4.3.0",
"formik": "^2.1.2",
"git-revision-webpack-plugin": "^3.0.4",
"html-webpack-plugin": "^3.2.0",
"immer": "^5.3.2",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^0.23.1",
"svg-react-loader": "^0.4.6",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"yup": "^0.27.0",
"zip-webpack-plugin": "^3.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"prettier": "^1.19.1"
}
}