-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "reindeer-editor",
"version": "0.4.1",
"description": "A documentation generation tool supported by Reindeer Project. You can edit a CDD and display the cloud computing architecture by using this.",
"author": "ShintaroHara",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"@nuxtjs/google-analytics": "^2.2.0",
"axios": "^0.18.0",
"cross-env": "^5.2.0",
"dot-prop": "^4.2.1",
"is-my-json-valid": "^2.19.0",
"js-yaml": "^3.12.2",
"kind-of": "^6.0.3",
"lodash": "^4.17.19",
"monaco-editor-webpack-plugin": "^1.7.0",
"nuxt": "^2.4.0",
"nuxt-i18n": "^5.8.5",
"serialize-javascript": "^3.1.0",
"three": "^0.104.0",
"three-css3drenderer": "^1.0.1",
"three-orbitcontrols": "^2.102.1",
"tween": "^0.9.0",
"vue-monaco": "^0.3.1",
"vuetify": "^1.5.0",
"vuetify-loader": "^1.2.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.27",
"babel-core": "7.0.0-bridge.0",
"material-design-icons-iconfont": "^4.0.5",
"nodemon": "^1.18.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-jest": "^3.0.4"
}
}