-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.7 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.7 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
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
{
"name": "preplay",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development webpack serve --env development",
"build": "NODE_ENV=production webpack",
"watch": "npx tailwindcss -i ./src/styles/global.css -o ./dist/style.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/preCrew/prePlay.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/preCrew/prePlay/issues"
},
"homepage": "https://github.com/preCrew/prePlay#readme",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@reduxjs/toolkit": "^1.8.5",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.3.4",
"@tanstack/react-query-devtools": "^4.29.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.25",
"@types/webpack": "^5.28.0",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"firebase": "^9.10.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-youtube": "^10.1.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/preset-env": "^7.19.0",
"@types/firebase": "^3.2.1",
"@types/react-cookie": "git+ssh://git@github.com:S64/types-react-cookie.git#v2.1.2-2",
"@types/shortid": "^0.0.29",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"eslint": "^8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.1",
"prettier": "^2.7.1",
"shortid": "^2.2.16",
"style-loader": "^3.3.1",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0"
}
}