-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "PersonalWebsite",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build && nuxt generate",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/fontawesome": "^1.1.2",
"animejs": "^3.2.1",
"core-js": "^3.15.1",
"fullpage.js": "^3.1.2",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.7",
"rot13-cipher": "^1.0.0",
"scroll-snap": "^3.2.4",
"typescript": "^4.4.3",
"vanilla-tilt": "^1.7.2",
"vue-fullpage.js": "^0.1.7",
"vue-property-decorator": "^9.1.2",
"vuetify": "^2.5.5"
},
"devDependencies": {
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.1",
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.0.5",
"jest": "^27.0.5",
"ts-jest": "^27.0.3",
"vue-jest": "^3.0.4"
}
}