-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "onedevstudio",
"title": "Onedev.studio",
"description": "We coding digital products with creative technologies",
"home": "https://onedev.studio",
"version": "1.0.0",
"author": {
"name": "Fernando Moreira",
"email": "[email protected]"
},
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"generate": "next export",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-ga": "^3.0.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@types/node": "14.0.13",
"@types/react": "16.9.38",
"@types/react-dom": "16.9.8",
"@types/styled-components": "5.1.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^7.3.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"next-workbox-webpack-plugin": "^2.1.1",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
}
}