-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.64 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": "pooya-resume",
"description": "pooya's static resume",
"scripts": {
"dev": "next",
"export": "next export",
"build": "next build",
"analyze": "cross-env BUNDLE_ANALYZE=both next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"lint:fix": "eslint \"**/*.{ts,tsx}\" --fix"
},
"author": "Pooya Badiee",
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27",
"next": "^9.2.1",
"next-redux-wrapper": "^4.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-image-lightbox": "^5.1.1",
"react-redux": "^7.1.3",
"react-spinners": "^0.8.0",
"react-spring": "^8.0.27",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.0.27",
"@types/node": "^13.5.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"babel-plugin-emotion": "^10.0.27",
"cross-env": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"next-compose-plugins": "^2.2.0",
"next-images": "^1.3.0",
"next-offline": "^4.0.6",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
}
}