-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
{
"name": "romainavalle",
"version": "1.0.0",
"description": "Romain Avalle Portfolio",
"author": "Romain Avalle <romain.avalle@gmail.com>",
"private": true,
"scripts": {
"dev": "cross-env HOST=0.0.0.0 PORT=3000 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"animejs": "^3.0.1",
"dom-transform": "^2.1.0",
"konami": "^1.6.2",
"nuxt": "^2.0.0",
"pixi.js": "^4.8.6",
"raf-loop": "^1.1.3",
"sniffer": "github:watsondg/sniffer"
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.1.0",
"@nuxtjs/pwa": "^3.0.0-beta.7",
"assets-loader": "^0.5.2",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.0.0",
"nuxt-stylus-resources-loader": "^2.0.0",
"nuxt-svg": "^0.1.4",
"path": "^0.12.7",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"svg-inline-loader": "^0.8.0",
"vuex-router-sync": "^5.0.0",
"webpack-bundle-analyzer": "^3.3.2"
}
}