-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
120 lines (120 loc) · 4.76 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
{
"name": "frontend-skeleton",
"version": "3.0.0-beta",
"description": "Yet another boilerplate created at first for using Angular/React in conjunction with Django.",
"author": "DjangoStars <[email protected]> (https://github.com/django-stars/)",
"contributors": [
"Alexander Vilko <[email protected]> (https://github.com/vilkoalexander)",
"Alyona Pysarenko (https://github.com/ned-alyona)",
"Artem Yarilchenko <[email protected]> (https://github.com/yarilchenko)",
"Denis Podlesniy <[email protected]> (https://github.com/haos616)",
"Eugene Bespaly <[email protected]> (https://github.com/kosmos342)",
"Nikita Mazur <[email protected]> (https://github.com/NikitaMazur)",
"Illia Lucenko <[email protected]> (https://github.com/MrRinsvind)",
"Oksana Maslova <[email protected]> (https://github.com/Oksana-Maslova)",
"Oleksii Onyshchenko (https://github.com/Asfalot)",
"Tanya Sebastiyan <[email protected]> (https://github.com/sebastiyan)",
"Taras Dihtenko (https://github.com/h0m1c1de)",
"Vyacheslav Binetsky <[email protected]> (https://github.com/38Slava)",
"Yaroslav Shulika <[email protected]> (https://github.com/legendar)"
],
"bugs": "https://github.com/django-stars/frontend-skeleton/issues",
"license": "MIT",
"repository": "github:django-stars/frontend-skeleton",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --progress --mode development",
"build": "NODE_ENV=production webpack --mode production",
"lint": "yarn run eslint",
"lint:fix": "yarn run eslint:fix && yarn run stylelint:fix",
"eslint": "node linter --verbose | snazzy",
"eslint:fix": "node linter --fix --verbose | snazzy",
"stylelint": "stylelint 'src/**/*.scss' scss",
"stylelint:fix": "stylelint 'src/**/*.scss' --fix",
"test": "jest --config jest.conf.json -u"
},
"dependencies": {
"@sentry/browser": "^5.9.0",
"abortcontroller-polyfill": "^1.3.0",
"bootstrap": "^4.0.0",
"core-decorators": "^0.20.0",
"ds-frontend": "https://github.com/django-stars/ds-frontend.git#9dbaa21",
"lodash": "^4.17.15",
"path-to-regexp": "^6.3.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-sentry-middleware": "^0.1.3",
"reselect": "^4.0.0",
"smoothscroll-polyfill": "^0.4.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-function-sent": "^7.25.9",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@babel/plugin-transform-json-strings": "^7.25.9",
"@babel/plugin-transform-numeric-separator": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@babel/register": "^7.25.9",
"@hot-loader/react-dom": "^16.11.0",
"@sentry/webpack-plugin": "^1.8.0",
"autoprefixer": "^9.4.9",
"babel-loader": "^9.2.1",
"babel-plugin-react-require": "^4.0.3",
"clean-webpack-plugin": "^4.0.0",
"core-js": "3",
"dotenv": "^6.0.0",
"dotenv-expand": "^5.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.3.3",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-standard": "^5.0.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^3.0.9",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-enzyme": "^7.1.2",
"lint-staged": "^9.4.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss-inline-svg": "^3.0.0",
"react-hot-loader": "^4.12.19",
"react-test-renderer": "^16.8.3",
"redux-mock-store": "^1.5.1",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"snazzy": "^8.0.0",
"standard-engine": "^15.1.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-scss": "^6.10.0",
"webpack": "^5.96.1",
"webpack-blocks": "^2.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"write-file-webpack-plugin": "^4.5.1"
},
"resolutions": {
"node-sass": "npm:no-op@latest"
}
}