forked from betatim/five
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1002 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": "five",
"version": "1.0.0",
"description": "The video ident checkpoint",
"author": "Skribble",
"private": true,
"scripts": {
"dev": "cross-env STR_PK=pk_test_zo6LGFqxYYQQVSyASbYbPrty00ZsNAMX8q nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate-staging": "cross-env STR_PK=pk_test_zo6LGFqxYYQQVSyASbYbPrty00ZsNAMX8q nuxt generate",
"generate-prod": "cross-env STR_PK=pk_live_vdTt9jtSyEhEgtFBGH9TWn80001hJjAHMg nuxt generate",
"prettify": "prettier --write **/*.{ts,js,vue,json,html} --no-editorconfig"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.7",
"@nuxtjs/proxy": "^1.3.3",
"cross-env": "^7.0.2",
"i18n-iso-countries": "^5.3.0",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.9.2",
"vue-stripe-elements-plus": "^0.3.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.5",
"@nuxtjs/vuetify": "^1.11.0",
"prettier": "^2.0.5"
},
"resolutions": {
"nuxt/**/serialize-javascript": "^4.0.0"
}
}