-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.08 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
54
55
56
57
58
59
60
61
62
63
{
"name": "valdery-portfolio-2.0",
"version": "1.0.0",
"description": "Zero veneno user interactive\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C ecommerce\u001b[2~ user interactive",
"main": "index.js",
"scripts": {
"start:prod": "next start -p 3001",
"start:dev": "next -p 3001",
"build": "next build"
},
"keywords": [
"next",
"portfolio",
"react"
],
"author": "Valdery Alves Paes Júnior (http://valderyalves.com.br) <valdery.jur@gmail.com>",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@types/next": "^9.0.0",
"@types/react": "^16.9.34",
"@zeit/next-css": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"axios": "^0.19.2",
"express": "^4.17.1",
"framer-motion": "^1.11.0",
"js-cookie": "^2.2.1",
"next": "^9.2.1",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^1.0.3",
"next-images": "^1.3.0",
"next-redux-wrapper": "^4.0.1",
"react": "^16.12.0",
"react-animated-text": "^0.1.4",
"react-dom": "^16.12.0",
"react-id-swiper": "^3.0.0",
"react-lottie": "^1.2.3",
"react-redux": "^7.1.3",
"react-responsive-modal": "^5.0.2",
"react-scroll-trigger": "^0.6.2",
"react-select": "^3.1.0",
"react-tagcloud": "^2.0.0",
"react-typing-animation": "^1.6.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.0.0",
"swiper": "^5.4.1"
},
"devDependencies": {
"@types/node": "^13.13.4",
"@types/react-motion-ui-pack": "^0.10.2",
"@types/react-redux": "^7.1.7",
"@types/react-tagcloud": "^1.1.5",
"@types/react-typing-animation": "^1.6.2",
"@types/styled-components": "^5.1.0",
"babel-plugin-styled-components": "^1.10.7",
"typescript": "^3.8.3"
}
}