-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 4.04 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
{
"name": "sticknet-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/react": "^7.77.0",
"@sentry/webpack-plugin": "^2.10.2",
"argon2-browser": "^1.18.0",
"axios": "0.24.0",
"base64-js": "^1.5.1",
"django-react-csrftoken": "^1.0.3",
"framer-motion": "^10.15.0",
"heic2any": "^0.0.4",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-lottie": "^1.2.3",
"react-qr-code": "^2.0.12",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"react-router-hash-link": "^1.2.0",
"react-router-transition": "^2.1.0",
"react-syntax-highlighter": "^15.4.3",
"react-window": "^1.8.9",
"redux": "4.1.2",
"redux-persist": "6.0.0",
"redux-thunk": "2.4.0",
"uuid": "^9.0.0"
},
"scripts": {
"start": "react-scripts start && yarn sentry:sourcemaps",
"build": "webpack --config webpack.config.js --progress --colors",
"watch": "webpack --config webpack.config.js --watch --mode=development",
"production": "webpack --config webpack.config.js --watch --mode=production",
"test": "jest",
"test-ci": "jest --maxWorkers 2",
"eject": "react-scripts eject",
"build-production": "webpack --config webpack.prod.config.js --progress --colors",
"lint": "eslint .",
"lint-fix": "eslint . --fix --quiet",
"lint-debug": "eslint . --debug",
"lint-quiet": "eslint . --quiet",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org sticknet --project web ./assets/bundles/ && sentry-cli sourcemaps upload --org sticknet --project web ./assets/bundles/"
},
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"@babel/node": "^7.22.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/argon2-browser": "^1.18.4",
"@types/jest": "29.4.0",
"@types/lodash": "4.17.4",
"@types/react": "18.0.27",
"@types/react-dom": "^18.3.0",
"@types/react-lottie": "1.2.3",
"@types/react-redux": "7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "18.0.0",
"@types/sinonjs__fake-timers": "8.1.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"axios-mock-adapter": "^1.22.0",
"babel-jest": "29.4.1",
"babel-loader": "8.3.0",
"base64-loader": "^1.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-react-redux": "^4.1.0",
"eslint-plugin-unused-imports": "^2.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"jest": "29.4.1",
"jest-circus": "29.4.1",
"jest-environment-jsdom": "^29.7.0",
"on-build-webpack": "^0.1.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.3",
"style-loader": "2.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "29.0.5",
"ts-loader": "^9.5.1",
"typescript": "4.9.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-bundle-tracker": "1.0.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^7.0.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}