forked from highlyintegratedgayhijinks/keydraw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.77 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "keydraw",
"version": "1.0.0",
"description": "a thing to draw with keypresses lol",
"main": "src/index.js",
"repository": "git@github.com:manfroze/keydraw.git",
"author": "Manfredi Pumo <manfroze@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"deploy": "cross-env DEPLOY_ENV='GH_PAGES' NODE_ENV='production' npm run build && push-dir --dir=dist --branch=gh-pages --cleanup",
"start": "nuxt start",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3333"
}
},
"devDependencies": {
"@nuxtjs/webpackmonitor": "^0.1.0",
"cross-env": "^5.2.1",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"offline-plugin": "^5.0.7",
"push-dir": "^0.4.1",
"sass-loader": "^8.0.0",
"webpack-notifier": "^1.8.0"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/vue-fontawesome": "^0.1.7",
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/dotenv": "^1.4.0",
"actioncable": "^5.2.3",
"bignumber.js": "^9.0.0",
"circular-json": "^0.5.9",
"classnames": "^2.2.6",
"decimal.js": "^10.2.0",
"lodash-es": "^4.17.15",
"npm": "^6.11.3",
"nuxt": "^2.9.2",
"nuxt-clipboard2": "^0.2.1",
"nuxt-fontawesome": "^0.4.0",
"snyk": "^1.103.1",
"vue-router": "^3.1.3",
"vuex": "^3.1.1",
"vuex-persist": "^2.1.0"
},
"snyk": true
}