-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.47 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
47
{
"name": "rebel-headquarters-sandbox-test",
"longName": "Rebel Headquarters - Sandbox to Decentralize the World",
"version": "1.0.4-alpha",
"description": "A Sandbox for playing with the technologies of the future",
"author": "Brian Henze",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/markdownit": "^1.2.1",
"@nuxtjs/pwa": "^2.0.8",
"bulma": "^0.7.1",
"express": "^4.16.3",
"nuxt": "^1.4.1",
"nuxt-sass-resources-loader": "^2.0.3",
"sass-loader": "^7.0.3",
"sass-variable-loader": "^0.1.2",
"vue-mq": "^0.2.1",
"yarn": "^1.9.4",
"postcss-hexrgba": "^1.0.1",
"autoprefixer": "^9.0.1",
"postcss-responsive-type": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"cross-env": "^5.2.0",
"eslint": "^5.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.7.1",
"node-sass": "^4.9.2",
"nodemon": "^1.18.3"
}
}