-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "whoislookup-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/runtime": "^7.17.8",
"@stitches/react": "^1.2.7",
"axios": "^0.26.1",
"axois": "0.0.1-security",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-markdown": "^2.2.1",
"next": "12.1.0",
"prettier": "^2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.34.16",
"react-query-devtools": "^2.6.3"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-core": "^6.26.3",
"babel-jest": "^27.5.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"eslint-plugin-react": "^7.29.4",
"jest": "^27.5.1",
"react-test-renderer": "^17.0.2"
}
}