-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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": "universal-ratings",
"version": "1.21.1",
"description": "A site for rating TV shows and movies",
"repository": {
"type": "git",
"url": "git+https://github.com/wasaab/universal-ratings.git"
},
"author": "Kent",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wasaab/universal-ratings/issues"
},
"homepage": "https://github.com/wasaab/universal-ratings#readme",
"scripts": {
"dev": "run-p mock serve-dev",
"serve-dev": "next dev",
"prod": "run-p mock serve-prod",
"serve-prod": "wait-on http://localhost:20002 && run-s build start",
"mock": "amplify mock api",
"lint": "next lint",
"build": "next build",
"build:profile": "next build --profile",
"start": "next start"
},
"dependencies": {
"@aws-amplify/ui-react": "^1.2.26",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"autosuggest-highlight": "^3.1.1",
"aws-amplify": "^4.2.10",
"axios": "^0.21.4",
"clsx": "^1.1.1",
"graphql-algolia-transformer": "^2.0.0",
"lodash.debounce": "^4.0.8",
"lru-cache": "^6.0.0",
"moment": "^2.29.2",
"next": "^11.1.1",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"sharp": "^0.29.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"eslint": "^7.31.0",
"eslint-config-next": "^11.1.1",
"npm-run-all": "^4.1.5",
"svg-url-loader": "^7.1.1",
"wait-on": "^6.0.0"
}
}