-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.79 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
{
"name": "aspect-js",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit",
"docs": "typedoc --out docs --mode modules ./src --hideGenerator --theme ./node_modules/typedoc-henanigans-theme/bin/default"
},
"dependencies": {
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.116",
"@types/mathjs": "^5.0.1",
"@types/mousetrap": "^1.6.1",
"@types/three": "^0.93.5",
"@types/tinycolor2": "^1.4.1",
"chai": "^4.2.0",
"data-forge": "^1.2.6",
"lodash": "^4.17.10",
"mathjs": "^5.7.0",
"mousetrap": "^1.6.3",
"three": "^0.98.0",
"three-orbit-controls": "^82.1.0",
"three.meshline": "^1.1.0",
"three.texttexture": "^18.10.24",
"tinycolor2": "^1.4.1",
"uuid": "^3.3.2",
"vue": "^2.5.17",
"vue-multipane": "^0.9.5",
"vuetify": "^1.3.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@vue/cli-plugin-babel": "^3.0.0-rc.11",
"@vue/cli-plugin-typescript": "^3.0.0-rc.11",
"@vue/cli-plugin-unit-jest": "^3.0.0-rc.11",
"@vue/cli-service": "^3.0.0-rc.11",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-jest": "^23.0.0",
"typedoc": "^0.14.2",
"typedoc-henanigans-theme": "^0.2.0",
"typescript": "^3.0.0",
"vue-class-component": "^6.3.2",
"vue-property-decorator": "^6.1.0",
"vue-styleguidist": "^3.0.5",
"vue-template-compiler": "^2.5.17"
}
}