-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
77 lines (77 loc) · 2.18 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "icarus",
"version": "2.0.0",
"description": "A modern forum system powered by python 3.6+, aiohttp, vue.js",
"author": "fy0748@gmail.com",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"serve": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"precommit": "npm run lint"
},
"config": {
"nuxt": {
"port": "8081"
}
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@nuxt/typescript-runtime": "^0.4.7",
"@nuxtjs/router": "^1.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/universal-storage": "^0.5.4",
"animate.css": "^3.7.0",
"animejs": "^3.0.1",
"asmcrypto.js": "^2.3.2",
"axios": "^0.19.2",
"bson-objectid": "^1.3.0",
"color": "^3.1.0",
"easymde": "^2.5.1",
"marked": "^1.1.0",
"micromatch": "^4.0.2",
"murmurhash": "^0.0.2",
"normalize.css": "^8.0.1",
"nuxt": "^2.11.0",
"nuxt-property-decorator": "^2.5.1",
"prismjs": "^1.20.0",
"qiniu-js": "^2.5.3",
"slim-tools": "^0.1.5",
"social-share.js": "^1.0.16",
"sweetalert2": "^9.7.2",
"vue-loaders": "^3.3.0",
"vue-media": "^1.1.1",
"vue-multiselect": "^2.1.3",
"vue-responsive": "^1.0.2",
"vue-upload-component": "^2.8.20",
"vuex-class": "^0.3.2",
"zingtouch": "^1.0.6"
},
"devDependencies": {
"@nuxt/types": "^0.7.6",
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@types/chalk": "^2.2.0",
"@types/lodash": "^4.14.149",
"@types/marked": "^0.7.4",
"@types/murmurhash": "0.0.1",
"@types/prismjs": "^1.16.1",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.1.2",
"install": "^0.13.0",
"npm": "^6.14.5",
"nuxt-typed-vuex": "^0.1.17",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"vuex-module-decorators": "^0.16.1"
}
}