forked from Nodi3d/nodi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.97 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
{
"name": "nodi",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
"lint": "yarn lint:js",
"lint:fix": "yarn lint:js --fix",
"test": "jest",
"barrel": "node preprocess/barrel.mjs",
"firebase:serve": "firebase serve",
"firebase:deploy": "firebase deploy"
},
"dependencies": {
"@jscad/modeling": "^2.5.0",
"@nuxtjs/axios": "^5.13.6",
"@tweenjs/tween.js": "^18.6.4",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.171",
"@types/three": "^0.130.0",
"@types/uuid": "^8.3.1",
"clipboard": "^2.0.8",
"clipper-lib": "^6.4.2",
"codemirror": "^5.62.0",
"comlink": "^4.3.1",
"core-js": "^3.15.2",
"d3-delaunay": "^6.0.2",
"dxf": "^4.6.1",
"dxf-writer": "^1.9.0",
"firebase": "^8.7.1",
"jest-raw-loader": "^1.0.1",
"lodash": "^4.17.21",
"noisejs": "^2.1.0",
"nuxt": "^2.15.7",
"nuxt-typed-vuex": "^0.2.0",
"sass": "1.32.12",
"sass-loader": "^10.2.0",
"three": "^0.130.1",
"timeago.js": "^4.0.2",
"uuid": "^8.3.1",
"worker-loader": "^3.0.7"
},
"devDependencies": {
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/svg": "^0.1.12",
"@primer/css": "^17.3.0",
"@primer/octicons": "^14.2.2",
"@types/codemirror": "^5.60.2",
"@types/d3-delaunay": "^6.0.0",
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"eslint-plugin-nuxt": "^2.0.0",
"glslify-loader": "^2.0.0",
"jest": "^27.0.6",
"nuxt-property-decorator": "^2.9.1",
"raw-loader": "^4.0.2",
"ts-jest": "^27.0.3",
"vue-jest": "^3.0.4"
}
}