-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "safepostcode",
"version": "3.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/jest": "^26.0.24",
"axios": "^0.21.2",
"next": "^11.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.30.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@types/node": "^16.4.7",
"@types/react": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"autoprefixer": "^10.3.1",
"babel-jest": "^27.0.6",
"eslint": "^7.31.0",
"eslint-config-next": "^11.0.1",
"jest": "^27.0.6",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"scripts": {
"test": "jest",
"dev": "next",
"lint": "next lint",
"build": "next build",
"start": "next start -p $PORT"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pedsm/safepostcode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/pedsm/safepostcode/issues"
},
"homepage": "https://gitlab.com/pedsm/safepostcode#README"
}