This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 2.19 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "aura",
"version": "1.0.6",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"cypress": "start-server-and-test 'yarn dev' http://localhost:3000 'cypress open --browser chrome --e2e --env spy_on_console=true'",
"cypress:headless": "yarn generate && start-server-and-test 'yarn start' http://localhost:3000 'cypress run --browser chrome --e2e --env spy_on_console=true'",
"cypress:headless:ci": "yarn generate && start-server-and-test 'yarn start' http://localhost:3000 'cypress run --browser chrome --e2e'"
},
"dependencies": {
"@emotionagency/utils": "^1.0.2",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/date-fns": "^1.5.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/localforage": "^1.1.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"assert": "^2.0.0",
"axios": "^0.26.1",
"base64-js": "^1.5.1",
"core-js": "^3.9.1",
"crypto-js": "^4.1.1",
"gsap": "^3.10.4",
"nuxt": "^2.15.3",
"qrious": "^4.0.2",
"supports-webp": "^2.0.1",
"three": "^0.138.3",
"throttle-debounce": "^3.0.1",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@nuxt/image": "^0.6.2",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@types/crypto-js": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"babel-eslint": "^10.1.0",
"cypress": "^10.3.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"localforage": "^1.10.0",
"prettier": "^2.2.1",
"sass": "^1.43.4",
"sass-loader": "^10.1.1",
"start-server-and-test": "^1.14.0",
"ts-loader": "~8.2.0",
"typescript": "^4.7.4",
"webpack-glsl-loader": "^1.0.1"
}
}