-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "purvisresearch.com",
"version": "2.0.0",
"description": "PURVIS RESEARCH ONLINE",
"author": "Ian Purvis <ian@purvisresearch.com>",
"private": true,
"type": "module",
"scripts": {
"build": "nuxi generate",
"dev": "nuxi dev",
"format": "prettier .",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint --ext \".js,.vue\" .",
"lint:css": "stylelint \"**/*.scss\"",
"start": "nuxi preview",
"test": "jest",
"test:debug": "node inspect node_modules/.bin/jest -- --runInBand",
"terraform": "terraform -chdir=infra",
"ttf2woff": "ttf2woff"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@pixi/unsafe-eval": "^5.3.11",
"@sentry/vue": "^7.112.1",
"@vue/shared": "^3.5.0",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"@vueuse/head": "^2.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.6.4",
"bulma": "^0.9.3",
"comlink": "^4.4.1",
"d3-ease": "^3.0.1",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-vue": "^9.26.0",
"jest": "^29.7.0",
"jest-ctx": "^1.0.1",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"nuxt": "^3.11.2",
"nuxt-gtag": "^1.2.1",
"pixi-particles": "^4.3.1",
"pixi.js": "^5.3.3",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"serve": "^14.2.1",
"stats.js": "^0.17.0",
"stylelint": "^15.11.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"svgo": "^3.2.0",
"three": "^0.121.1",
"ttf2woff": "^3.0.0",
"vue-tight": "^2.0.0"
}
}