-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
72 lines (72 loc) · 2.29 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
66
67
68
69
70
71
72
{
"name": "quantum-game",
"version": "2.2.17",
"private": true,
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint-fix": "vue-cli-service lint --fix",
"eslint-fix": "eslint --fix --ext .ts,.vue src",
"deploy": "yarn lint && yarn build && yarn version --patch && yarn build && firebase deploy",
"update-entries": "ts-node src/utils/updateEntries"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@tweenjs/tween.js": "^18.6.0",
"@types/d3-array": "^2.2.0",
"@types/d3-scale": "^3.1.0",
"@types/d3-scale-chromatic": "^2.0.0",
"@types/lodash": "^4.14.162",
"bra-ket-vue": "^0.4.2",
"core-js": "^3.6.5",
"d3-array": "^2.8.0",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^2.0.0",
"firebase": "^7.23.0",
"include-media": "^1.4.9",
"lodash": "^4.17.20",
"quantum-tensors": "^0.4.13",
"register-service-worker": "^1.7.1",
"tone": "^14.7.58",
"vue": "^3.0.0",
"vue-confetti": "^2.2.1",
"vue-i18n": "^9.0.0-beta",
"vue-router": "^4.0.0-beta",
"vuex": "^4.0.0-beta"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/markdown-it": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"@vue/cli-plugin-babel": "~4.5.7",
"@vue/cli-plugin-eslint": "~4.5.7",
"@vue/cli-plugin-pwa": "^4.5.7",
"@vue/cli-plugin-typescript": "^4.5.7",
"@vue/cli-service": "~4.5.7",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.1",
"eslint-plugin-vue-scoped-css": "^1.0.0",
"jest": "^26.5.3",
"last-commit-log": "^3.0.4",
"markdown-it": "^11.0.1",
"node-sass": "^4.14.1",
"prettier": "^2.1.2",
"sass-loader": "^10.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"vue-svg-loader": "^0.17.0-beta.2"
}
}