-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
77 lines (77 loc) · 2.06 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
73
74
75
76
77
{
"name": "ui-study",
"version": "2.0.3",
"author": {
"name": "Baku Hashimoto",
"email": "[email protected]"
},
"types": "typings/index.d.ts",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/baku89/ui-study.git"
},
"files": [
"lib"
],
"main": "lib/perceptive-design.common.js",
"scripts": {
"serve": "vue-cli-service serve --modern",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"build:lib": "vue-cli-service build --modern --target lib --formats commonjs --name perceptive-design ./src/index.ts --dest lib; rm -rf ./typings/router.d.ts ./typings/main.d.ts ./typings/pages"
},
"dependencies": {},
"devDependencies": {
"@types/color-convert": "^1.9.0",
"@types/gl-matrix": "^2.4.5",
"@types/hex-rgb": "^3.0.0",
"@types/json5": "^0.0.30",
"@types/mathjs": "^5.0.1",
"@types/mousetrap": "^1.6.2",
"@types/raf": "^3.4.0",
"@types/webgl2": "^0.0.4",
"@vue/cli-plugin-typescript": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"autoprefixer-stylus": "^0.14.0",
"brace": "^0.11.1",
"case": "^1.6.1",
"change-case": "^3.1.0",
"color-convert": "^2.0.0",
"core-decorators": "^0.20.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"deepcopy": "^2.0.0",
"deepmerge": "^3.2.0",
"eventemitter3": "^3.1.0",
"fuzzy": "^0.1.3",
"gl-matrix": "^3.0.0",
"glslify-loader": "^2.0.0",
"hex-rgb": "^4.0.0",
"interactive-shader-format": "^2.9.0",
"json-formatter-js": "^2.2.1",
"json5": "^2.1.0",
"keycode": "^2.2.0",
"mathjs": "^5.9.0",
"mobx": "^5.9.4",
"mobx-vue": "^2.0.8",
"mouse-event": "^1.0.5",
"mousetrap": "^1.6.3",
"nib": "^1.1.2",
"popper.js": "^1.15.0",
"raw-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"tslint-config-prettier": "^1.17.0",
"twgl.js": "^4.9.1",
"typescript": "^3.0.0",
"uid": "^0.0.2",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vuedraggable": "^2.20.0",
"webmidi": "^2.3.3"
},
"license": "MIT"
}