forked from vkarpov15/oso-golf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "oso-golf",
"version": "0.0.0",
"scripts": {
"lint": "eslint .",
"tailwind": "tailwindcss -o ./public/style.css",
"tailwind:watch": "tailwindcss -o ./public/style.css --watch",
"dev": "next dev",
"build": "next build",
"prettier:check": "prettier --check ./src ./test ./backend ./db ./pages ./build.js ./levels.js ./oso.js ./webpack.config.js",
"prettier": "prettier --write ./src ./test ./backend ./db ./pages ./build.js ./levels.js ./oso.js ./webpack.config.js",
"start": "next start",
"test": "mocha ./test/*.test.js"
},
"dependencies": {
"@code-hike/lighter": "^0.9.4",
"archetype": "0.13.1",
"axios": "1.7.4",
"dedent": "1.5.1",
"extrovert": "0.0.22",
"fs-extra": "11.1.1",
"mongoose": "7.5.3",
"next": "^14.2.3",
"oso-cloud": "1.1.1",
"tailwindcss": "3.3.2",
"vanillatoasts": "1.4.0",
"vue": "3.x",
"vue-router": "4.0.10",
"webpack": "5.94.0"
},
"devDependencies": {
"@masteringjs/eslint-config": "0.0.1",
"@mongoosejs/studio": "0.0.38",
"dotenv": "16.4.5",
"mocha": "10.4.0",
"prettier": "3.3.3",
"sinon": "18.0.0"
}
}