-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "b5-translation-web",
"version": "1.2.6",
"description": "Webpage to make translations og b5 more accessible",
"main": "index.js",
"private": true,
"scripts": {
"test": "standard && ava",
"dev": "next",
"build": "next build",
"start": "next start",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/b5-translation-web.git"
},
"keywords": [
"webpage",
"next.js",
"big five",
"translations",
"alheimsins"
],
"author": "Geir Gåsodden <[email protected]> (https://github.com/zrrrzzt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alheimsins/b5-translation-web/issues"
},
"homepage": "https://github.com/Alheimsins/b5-translation-web#readme",
"dependencies": {
"@alheimsins/b5-costa-mccrae-300-ipip-neo-pi-r": "4.0.2",
"@alheimsins/b5-johnson-120-ipip-neo-pi-r": "6.0.5",
"file-saver": "2.0.5",
"nanoid": "3.3.4",
"next": "12.2.4",
"postcss-preset-env": "7.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.1.8"
},
"devDependencies": {
"ava": "4.3.1",
"standard": "17.0.0"
},
"engines": {
"node": ">=12.20.0"
}
}