-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.77 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
{
"name": "phatograph-2021",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.19.1",
"browser-image-resizer": "^2.2.0",
"classnames": "^2.2.6",
"d3": "^5.15.0",
"express": "^4.17.1",
"firebase": "^8.4.2",
"framer-motion": "^1.7.3",
"hamburgers": "^1.1.3",
"intersection-observer": "^0.7.0",
"js-cookie": "^2.2.1",
"js-yaml-loader": "^1.2.2",
"lodash": "^4.17.15",
"lorem-ipsum": "^2.0.3",
"moment": "^2.24.0",
"next": "^10.0.3",
"next-iron-session": "^4.1.13",
"pagination": "^0.4.6",
"query-string": "^6.11.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-transition-group": "^4.4.1",
"sass": "^1.26.5",
"smoothscroll-polyfill": "^0.4.4",
"swr": "^0.5.5"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/d3-time": "^1.0.10",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.6",
"@types/react": "^16.9.17",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.0",
"husky": "^4.0.6",
"prettier": "^1.19.1",
"stylelint": "^13.6.1",
"stylelint-config-property-sort-order-smacss": "^6.3.0",
"stylelint-config-standard": "^20.0.0",
"typescript": "^3.7.4"
},
"scripts": {
"dev": "next -p $PORT",
"build": "next build",
"lint": "eslint . --ext .js,.tsx --fix && yarn format",
"format": "yarn format-scss && yarn format-js",
"format-scss": "yarn run stylelint css/**/*.scss --fix --formatter verbose",
"format-js": "prettier --write \"**/*.{js,ts,tsx}\""
},
"keywords": [],
"author": "Pat Wangrungarun",
"license": "ISC"
}