-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "jooger.me",
"version": "2.6.1",
"private": true,
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "7000"
}
},
"scripts": {
"lint": "tslint --project tsconfig.json",
"dev": "nuxt --version && nuxt",
"build": "nuxt --version && nuxt build",
"start": "nuxt --version && nuxt start",
"generate": "nuxt --version && nuxt generate",
"cli": "node cli/index.js"
},
"dependencies": {
"@jooger/word-counter": "^1.1.0",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/pwa": "^2.6.0",
"alife-logger": "^1.8.3",
"bezier-easing": "^2.1.0",
"dayjs": "^1.7.5",
"fundebug-javascript": "^1.7.3",
"fundebug-revideo": "^0.2.0",
"fundebug-vue": "^0.0.1",
"howler": "^2.0.15",
"js-cookie": "^2.2.0",
"lodash.throttle": "^4.1.1",
"logrocket": "^0.6.21",
"normalize.css": "^8.0.0",
"nuxt": "2.2.0",
"nuxt-property-decorator": "^1.2.0",
"particles.js": "^2.0.0",
"raven-js": "^3.27.0",
"striptags": "^3.1.1",
"v-viewer": "^1.2.1",
"validator": "^10.7.1",
"vue-awesome-swiper": "^3.1.3",
"vue-count-to": "^1.0.13",
"vue-lazyload": "^1.2.6",
"vuex-class": "^0.3.0"
},
"devDependencies": {
"@types/node": "^13.1.0",
"colors": "^1.3.2",
"commander": "^2.18.0",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"fs-extra": "^7.0.0",
"inquirer": "^6.2.0",
"release-it": "^7.6.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "4.4.2",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
}
}