-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.27 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
47
48
49
{
"name": "nomie-website-2020",
"version": "1.0.1",
"author": {
"email": "[email protected]",
"name": "Brandon Corbin"
},
"license": "MIT",
"private": false,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.9.0",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/axios": "^5.12.2",
"nuxt": "^2.14.6"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/markdownit": "^1.2.10",
"@nuxtjs/tailwindcss": "^3.1.0",
"@types/papaparse": "^5.2.4",
"@vue/test-utils": "^1.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.5.0",
"core-js": "^3.6.5",
"js-file-downloader": "^1.1.15",
"dayjs": "^1.9.5",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.5.0",
"lodash": "^4.17.20",
"markdown-it-attrs": "^3.0.3",
"markdown-it-div": "^1.1.0",
"papaparse": "^5.3.0",
"prettier": "^2.1.2",
"simple-analytics-vue": "^1.1.1",
"ts-jest": "^26.4.1",
"vue-jest": "^3.0.4"
}
}