-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.63 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
{
"name": "new-awesomes",
"version": "1.0.0",
"description": "Awesomes.cn new version",
"author": "hxh <[email protected]>",
"private": true,
"dependencies": {
"ali-oss": "^4.8.0",
"aliyun-oss": "^1.2.0",
"animate.css": "^3.5.2",
"axios": "^0.15.3",
"babel-polyfill": "^6.26.0",
"bootstrap": "4.1.1",
"codemirror": "^5.25.0",
"echarts": "^4.1.0",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"js-cookie": "^2.1.4",
"marked": "^0.3.6",
"normalize.css": "^5.0.0",
"nuxt": "^1.4.0",
"particles.js": "^2.0.0",
"perfect-scrollbar": "^0.7.0",
"prismjs": "^1.6.0",
"sass-loader": "^6.0.3",
"simple-pagination.js": "^1.6.0",
"store": "^2.0.4",
"swiper": "^4.1.6",
"timeago.js": "^3.0.1",
"underscore": "^1.8.3",
"vue": "^2.5.16",
"vue-i18n": "^7.2.0",
"vue-svg-icon": "^1.2.9"
},
"scripts": {
"dev": "HOST=0.0.0.0 PORT=3333 nuxt",
"windev": "nuxt",
"build": "NODE_ENV=production nuxt build && webon deploy .nuxt/dist -f",
"builddev": "nuxt build",
"start": "HOST=0.0.0.0 PORT=3333 nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"precommit": "npm run lint"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"node-sass": "^4.5.1",
"pug": "^2.0.0-beta6",
"pug-loader": "^2.3.0",
"sass-loader": "^6.0.3",
"webon": "^1.1.7"
}
}