-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.41 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
{
"name": "fossari.is",
"version": "4.3.4",
"description": "",
"main": "./dist/index.js",
"author": "Gudjon Jonsson",
"license": "MIT",
"dependencies": {
"@types/date-fns": "^2.6.0",
"@types/i18next": "^13.0.0",
"@types/i18next-browser-languagedetector": "^3.0.0",
"@types/react-i18next": "^8.1.0",
"@types/react-redux": "^7.1.7",
"date-fns": "^2.10.0",
"flag-icon-css": "^3.4.6",
"font-awesome": "^4.7.0",
"i18next": "^19.3.2",
"i18next-browser-languagedetector": "^4.0.2",
"nprogress": "^0.2.0",
"ramda": "^0.27.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "^11.3.3",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"reinspect": "^1.0.2",
"styled-components": "^5.0.1"
},
"scripts": {
"start": "parcel ./src/index.html --no-source-maps",
"build": "parcel build ./src/index.html --public-url ./",
"test": "jest -i",
"lint": "eslint --ext .ts src",
"format": "prettier \"./{src,__tests__,examples}/**/*.{js,jsx,ts,tsx,json,md}\" --write",
"typecheck": "tsc --noEmit --pretty --skipLibCheck",
"vuln": "yarn audit --level high --no-progress --non-interactive --frozen-lockfile",
"docker:build": "sh -c 'docker build . -t $npm_package_docker_registry:$npm_package_version'",
"docker:push": "sh -c 'docker push $npm_package_docker_registry:$npm_package_version'"
},
"engines": {
"node": "^12.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gaui/fossari.is.git"
},
"docker": {
"registry": "gaui/fossari.is"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/node": "7.10.5",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@types/jest": "25.2.3",
"@types/node": "12.12.55",
"@types/ramda": "0.27.14",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/styled-components": "5.1.3",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"autoprefixer": "9.8.6",
"babel-plugin-styled-components": "1.11.1",
"eslint": "7.8.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"jest": "25.5.4",
"parcel-bundler": "1.12.4",
"postcss-preset-env": "6.7.0",
"prettier": "2.1.1",
"typescript": "3.9.7"
}
}