-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.79 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
{
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@apollo/react-hooks": "^4.0.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-fetch": "^0.7.0",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-upload-client": "^14.1.3",
"apollo-utilities": "^1.3.4",
"autoprefixer": "^10.1.0",
"bbcode-parser": "^1.0.10",
"bbcode-to-react": "^0.2.9",
"chart.js": "^2.9.4",
"check-password-strength": "^1.0.15",
"cookie-parser": "^1.4.5",
"dayjs": "^1.10.5",
"express": "^4.17.1",
"graphql": "^15.4.0",
"html-react-parser": "^1.0.0",
"js-bbcode-parser": "^3.0.4",
"js-cookie": "^2.2.1",
"just-detect-adblock": "^1.1.0",
"moment": "^2.29.1",
"next": "10.0.3",
"next-redux-wrapper": "^6.0.2",
"postcss": "^8.2.1",
"qs": "^6.9.6",
"react": "17.0.1",
"react-chartjs-2": "^2.11.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"react-input-mask": "^2.0.4",
"react-modal": "^3.12.1",
"react-redux": "^7.2.2",
"react-string-replace": "^0.4.4",
"react-useanimations": "^2.0.6",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.30.0",
"speakingurl": "^14.0.1",
"subscriptions-transport-ws": "^0.9.18",
"tailwindcss": "^2.0.2",
"time-ago": "^0.2.1",
"validator": "^13.5.2",
"ws": "^7.4.2"
},
"prettier": {
"arrowParens": "always",
"printWidth": 120,
"singleQuote": false,
"jsxSingleQuote": false
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.22.0"
}
}