-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "flowynotes",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dotenv": "^1.4.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"compass-mixins": "^0.12.10",
"core-js": "^3.9.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"gsap": "^3.8.0",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.4.0",
"mongoose": "^6.0.12",
"multer": "^1.4.3",
"nuxt": "^2.15.3",
"path": "^0.12.7",
"sharp": "^0.29.2"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/fontawesome": "^1.1.2",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"fibers": "^5.0.0",
"prettier": "^2.2.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.43.4",
"sass-loader": "^10.2.0"
}
}