forked from bacalj/challengegalaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 839 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
{
"name": "challengegalaxy",
"version": "1.0.0",
"description": "programming challenges for everyone",
"author": "Joe Bacal",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate; grunt move; grunt dom_munger; grunt zip"
},
"dependencies": {
"@nuxtjs/bulma": "^1.2.1",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/style-resources": "^0.1.2",
"cross-env": "^5.2.0",
"grunt": "^1.0.4",
"grunt-dom-munger": "^3.4.0",
"grunt-move": "^1.0.2",
"grunt-zip": "^0.18.2",
"node-sass": "^4.11.0",
"nuxt": "^2.4.0",
"sass-loader": "^7.1.0",
"scratchblocks": "^3.3.3",
"vue-scrollto": "^2.15.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"nodemon": "^1.18.9"
}
}