-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "spotify-son-oynatilan-parcalar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider; next dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; next build",
"start": "export NODE_OPTIONS=--openssl-legacy-provider; next start"
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"antd": "^4.14.0",
"axios": "^0.21.2",
"cookies": "^0.8.0",
"firebase-admin": "^9.5.0",
"react-icons": "^4.8.0",
"js-cookie": "^2.2.1",
"luxon": "^1.26.0",
"next": "^9.5.5",
"next-images": "^1.7.0",
"qs": "^6.9.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"styled-jsx": "^3.3.3",
"webpack": "^4.46.0",
"react-native": "0.65.1",
"express": "^4.17.1",
"react-native-share": "^7.2.1",
"dom-to-image": "^2.6.0"
},
"devDependencies": {
"@types/cookies": "^0.7.6",
"@types/js-cookie": "^2.2.6",
"@types/luxon": "^1.26.2",
"@types/node": "^14.14.35",
"@types/qs": "^6.9.6",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.11",
"@types/styled-jsx": "^2.2.8",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.22.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3",
"react-native-cli": "^2.0.1",
"babel-jest": "27.4.6",
"jest": "27.4.6",
"react-test-renderer": "17.0.2"
}
}