-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "soundcloud-api",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.json,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"pretest": "npm run lint",
"test": "echo \"No tests\"",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"dependencies": {
"config": "^1.29.4",
"nuxt": "^1.3.0",
"soundcloud": "^3.3.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-spinner": "^1.0.3",
"vuex-persistedstate": "^2.4.2"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.2.2",
"postcss": "^6.0.17",
"postcss-cssnext": "^3.1.0",
"rucksack-css": "^1.0.2"
}
}