-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 875 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
35
36
37
{
"name": "emoji-industries",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://ian97531@github.com/ian97531/emoji-industries.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ian97531/emoji-industries/issues"
},
"homepage": "https://github.com/ian97531/emoji-industries#readme",
"dependencies": {
"@material-ui/core": "^4.10.1",
"bowser": "^2.11.0",
"clsx": "^1.1.1",
"next": "^10.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.0.0",
"react-spring": "^9.0.0-rc.3"
},
"devDependencies": {
"@types/node": "^14.0.11",
"@types/react": "^16.9.35",
"typescript": "^3.9.5"
}
}