forked from gdtiti/NacollectorFrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 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
{
"private": true,
"name": "nacollector-frontend",
"description": "⚔ Web crawling & scraping integration platform for everyone.",
"version": "1.0.0",
"license": "UNLICENSED",
"author": "qwqcode <[email protected]>",
"homepage": "https://github.com/qwqcode/NacollectorFrontend",
"repository": {
"type": "git",
"url": "https://github.com/qwqcode/NacollectorFrontend/tree/master"
},
"scripts": {
"lint": "eslint --ext .ts,.js,.vue .",
"precommit": "yarn lint",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "5.5.4",
"jquery": "^3.4.1",
"js-base64": "^2.5.1",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"material-design-iconic-font": "^2.2.0",
"normalize.css": "^8.0.1",
"nuxt": "2.8.1",
"nuxt-property-decorator": "2.3.0",
"ts-node": "8.3.0",
"vue2-animate": "^2.1.0",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@nuxt/config": "^2.8.1",
"@nuxt/typescript": "2.8.1",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/style-resources": "^0.1.2",
"@types/common-tags": "^1.8.0",
"@types/jquery": "^3.3.30",
"@types/js-base64": "^2.3.1",
"@types/lodash": "^4.14.136",
"@types/marked": "^0.6.5",
"@types/node": "10.14.13",
"@types/webpack-env": "1.14.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"common-tags": "^1.8.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-nuxt": "^0.4.3",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.1",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"sass-loader": "^7.1.0"
}
}