forked from disenamela/app-grilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "diseniamela",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "matias & lalo",
"license": "MIT",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"next": "^10.1.2",
"next-routes": "^1.4.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.32.8",
"sharp": "^0.28.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/classnames": "^2.2.11",
"@types/express": "^4.17.9",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.7",
"node-sass": "^5.0.0",
"nodemon": "^2.0.6",
"sass-loader": "^10.1.1",
"ts-node": "^9.0.0",
"typescript": "4.0",
"pnp-webpack-plugin": "^1.6.4",
"webpack": "^4.44.2",
"webpack-sources": "^1.4.3"
}
}