-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1001 Bytes
/
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": "tremendous-nuxt",
"version": "1.0.0",
"description": "My tiptop Nuxt.js project",
"author": "Alex Gronmark",
"private": true,
"scripts": {
"dev": "nuxt --config-file nuxt.dev.config.js",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"anime": "^0.1.2",
"animejs": "^3.2.0",
"dotenv": "^8.2.0",
"graphql-request": "^1.8.2",
"markdown-it": "^11.0.0",
"markdown-it-highlightjs": "^3.1.0",
"nuxt": "^2.0.0",
"scroll-lock": "^2.1.4",
"splitting": "^1.0.6"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/markdownit": "^1.2.9",
"@nuxtjs/stylelint-module": "^3.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"moment": "^2.26.0",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2",
"stylelint": "^10.1.0"
}
}