-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "pulsar-landing",
"version": "1.0.1",
"description": "Nuxt.js project",
"author": "Mathieu Morainville <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "echo \"Error: no test specified.\""
},
"dependencies": {
"@nuxtjs/google-analytics": "^1.0.0",
"bulma": "^0.5.3",
"font-awesome": "^4.7.0",
"intersection-observer": "^0.4.3",
"nuxt": "^2.8.1",
"smoothscroll-polyfill": "^0.3.6",
"vee-validate": "^2.2.14"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^6.0.7"
}
}