-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
134 lines (134 loc) · 4.26 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "elliot-for-water",
"version": "4.0.0",
"description": "Search engine with the aim to collect water for less develop countries",
"repository": "https://bitbucket.org/elliotforwater/elliotforwater_v4/src/master/",
"main": "index.js",
"scripts": {
"dev": "env-cmd -f .env.development next dev",
"build:dev": "env-cmd -f .env.development next build",
"build:stage": "env-cmd -f .env.staging next build",
"build:prod": "env-cmd -f .env.production next build",
"start:stage": "env-cmd -f .env.staging next start",
"start": "env-cmd -f .env.production next start",
"storybook": "start-storybook -s ./public",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint:style": "stylelint \"{components, styles}/**/*.css\"",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"mockApi": "cd __mocks__/ && node mockapiServer.js"
},
"keywords": [
"search",
"engine",
"water",
"planet",
"environment"
],
"author": "ElliotForWater",
"license": "ISC",
"dependencies": {
"accessible-nprogress": "^1.0.0",
"contentful-mock": "^0.0.4",
"next": "^11.1.3",
"next-translate": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"request-ip": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@contentful/rich-text-html-renderer": "^15.13.1",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@contentful/rich-text-types": "^15.12.1",
"@next/bundle-analyzer": "10.0.7",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-docs": "^6.5.9",
"@storybook/react": "^6.5.9",
"@testing-library/react": "^11.2.2",
"@types/chrome": "^0.0.127",
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.6",
"@types/gtag.js": "^0.0.4",
"@types/jest": "^26.0.24",
"@types/node": "^14.10.3",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.3.1",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.1.0",
"classnames": "^2.2.6",
"cross-env": "^7.0.3",
"css-loader": "^5.2.1",
"env-cmd": "^10.1.0",
"enzyme": "^3.11.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"fetch-jsonp": "^1.1.3",
"hoist-non-react-statics": "^3.3.2",
"husky": "^4.3.0",
"jest": "^27.0.6",
"js-cookie": "^2.2.1",
"json-server": "^0.16.3",
"lint-staged": "^10.3.0",
"lru-cache": "^6.0.0",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.2.13",
"postcss-extend-rule": "^3.0.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^4.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.1",
"prettier-stylelint": "^0.4.2",
"react-device-detect": "^2.2.2",
"react-google-recaptcha-v3": "^1.9.7",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.33.1",
"react-icons": "^4.1.0",
"react-markdown": "^6.0.1",
"react-odometerjs": "^2.1.2",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"storybook": "^6.1.1",
"storybook-addon-next-router": "^3.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"ts-jest": "^27.0.3",
"typescript": "^4.7.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"prettier --write",
"eslint --fix --quiet"
],
"*.css": [
"stylelint"
]
}
}