-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "vueconf2",
"version": "1.0.0",
"description": "VueConf 2017",
"author": "Damian Dulisz <[email protected]>",
"private": true,
"dependencies": {
"jstransformer-markdown-it": "^2.0.0",
"markdown-it": "^8.2.2",
"node-sass": "^4.13.1",
"nuxt": "^1.1.0",
"nuxt-i18n": "^2.9.2",
"pug": "^2.0.0-beta10",
"pug-loader": "^2.3.0",
"sass-loader": "^4.1.1",
"vue-cookie": "^1.1.3"
},
"devDependencies": {
"babel-brunch": "^6.1.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"brunch": "^2.10.10",
"css-loader": "^0.28.4",
"eslint": "^4.18.2",
"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",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.6",
"standard": "^10.0.2",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
}
}