-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 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
{
"name": "bigfive-simple-test",
"version": "1.2.5",
"description": "Take a big five test on your local machine and save the result",
"main": "index.js",
"scripts": {
"test": "next lint",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/bigfive-simple-test.git"
},
"keywords": [],
"author": "Geir Gåsodden <geir.gasodden@pythonia.no> (https://github.com/zrrrzzt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alheimsins/bigfive-simple-test/issues"
},
"homepage": "https://github.com/Alheimsins/bigfive-simple-test#readme",
"dependencies": {
"@alheimsins/b5-johnson-120-ipip-neo-pi-r": "6.0.5",
"@alheimsins/b5-result-text": "5.0.5",
"@alheimsins/bigfive-calculate-score": "3.0.3",
"@tailwindcss/forms": "0.5.2",
"autoprefixer": "10.4.8",
"axios": "0.27.2",
"nanoid": "4.0.0",
"next": "12.2.5",
"postcss": "8.4.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.1.8"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "12.2.5"
},
"engines": {
"node": ">=14.19.1"
}
}