forked from Grispi/Uno_Game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 843 Bytes
/
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
{
"name": "uno-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next-translate && next dev -H 127.0.0.1 -p 13555",
"build": "next-translate && next build",
"start": "next start -H 127.0.0.1 -p 13555",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/browser": "^5.16.1",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"firebase": "^8.5.0",
"next": "^9.3.6",
"next-translate": "^0.17.1",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.2.0",
"autoprefixer": "^9.7.6",
"jest": "^26.0.1",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.4.4"
}
}