-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.75 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.75 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "www.cyclic.sh",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"dev:csvToMarkdown": "node ./util/csv_to_markdown.js",
"dev:serve": "serve ./dist",
"build": "nuxt generate",
"nuxt:build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:prettier": "prettier --check .",
"lint": "npm run lint:prettier",
"lintfix": "prettier --write --list-different .",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"bootstrap-vue": "^2.22.0",
"chroma-js": "^2.4.2",
"clipboard": "^2.0.11",
"core-js": "^3.19.3",
"markdown-it-attrs": "^4.1.6",
"markdown-it-div": "^1.1.0",
"nuxt": "^2.15.8",
"prismjs": "^1.29.0",
"ufo": "^1.0.1",
"vue": "^2.7.14",
"vue-prism-editor": "^1.3.0",
"vue-server-renderer": "^2.7.14",
"vue-template-compiler": "^2.7.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/image": "^0.7.1",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/google-fonts": "^2.0.0",
"@tailwindcss/typography": "^0.5.8",
"@vue/test-utils": "^1.3.0",
"autoprefixer": "^10.4.13",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.4.4",
"csv-parser": "^3.0.0",
"dayjs": "^1.11.7",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.4.4",
"mustache": "^2.3.2",
"postcss": "^8.4.20",
"prettier": "^2.5.1",
"sass": "^1.57.1",
"sass-loader": "^10.4.1",
"serve": "^14.0.1",
"tailwindcss": "^3.2.4",
"turndown": "^7.1.1",
"vue-jest": "^3.0.4"
}
}