-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1008 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
{
"name": "arthur-molinos-portfolio",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:cparthur/portfolio.git",
"author": "Arthur <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^9.1.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-spring": "^8.0.27",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@types/styled-components": "^4.4.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.10.6",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0",
"tslint-react-hooks": "^2.2.1",
"typescript": "^3.7.4"
}
}