-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.55 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
{
"name": "p-platform",
"version": "0.1.0",
"description": "This is the P-Platform website on which you can browse, watch and share videos on the WebTorrent network.",
"author": "Quentin de Longraye <[email protected]>",
"private": true,
"scripts": {
"server": "nuxt",
"test": "mocha --compilers js:babel-register --recursive",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"build": "nuxt build",
"start": "HOST=0.0.0.0 nuxt start"
},
"dependencies": {
"axios": "^0.15",
"bootstrap": "^4.0.0-alpha.5",
"font-awesome": "^4.7",
"i18next": "^6.1",
"nuxt": "1.0.0-alpha.4",
"vue": "2.3.4",
"vue-filter": "^0.1.10",
"vue-i18n": "^4.10",
"vue-resource": "^1.0",
"vue-router": "^2.1",
"vuex": "^2.1",
"webtorrent": "^0.98.5"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"js-yaml": "^3.7.0",
"mocha": "^3.1.0",
"node-sass": "^4.5.0",
"sass-loader": "^4.1.1",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"standard": "^8.6.0",
"vue-eslint-parser": "^1.0.0",
"webpack": "^2.2.1",
"yml-loader": "^1.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
}