-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 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
{
"name": "fftf-starter-template",
"version": "2.0.0",
"description": "A Fight for the Future website",
"author": "Fight for the Future <team@fightforthefuture.org>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"pregenerate": "npm run generate-strings",
"generate": "nuxt generate",
"generate-strings": "node scripts/generate-strings.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"analyze": "nuxt build --analyze",
"deploy": "rsync -avh dist/ static1:~/www/__REPLACE_ME_WITH_DOMAIN_NAME__ --delete"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"clipboard": "^2.0.8",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^1.1.0",
"@nuxtjs/style-resources": "^1.2.1",
"airtable": "^0.11.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"cross-env": "^7.0.3",
"exif-js": "^2.3.0",
"nodemon": "^2.0.12",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.42.0",
"sass-loader": "^10.2.0",
"showdown": "^1.9.1",
"showdown-target-blank": "^1.0.2",
"yaml-loader": "^0.6.0"
}
}