-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 849 Bytes
/
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
{
"name": "oso-golf",
"version": "0.1.0",
"scripts": {
"build": "node ./build",
"lint": "eslint .",
"tailwind": "tailwindcss -o ./public/style.css",
"tailwind:watch": "tailwindcss -o ./public/style.css --watch",
"test": "mocha -r ./test/setup.js ./test/*.test.js"
},
"dependencies": {
"archetype": "0.13.0",
"axios": "1.5.1",
"dedent": "1.5.1",
"express": "4.18.2",
"extrovert": "0.0.22",
"fs-extra": "11.1.1",
"oso-cloud": "1.1.1",
"mongoose": "7.5.3",
"prismjs": "1.29.0",
"tailwindcss": "3.3.2",
"vanillatoasts": "1.4.0",
"vue": "3.x",
"vue-router": "4.0.10",
"webpack": "5.72.1",
"xss": "1.0.14"
},
"devDependencies": {
"@masteringjs/eslint-config": "0.0.1",
"@mongoosejs/studio": "0.0.11",
"dotenv": "16.3.1",
"mocha": "10.2.0"
}
}