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
78
|
{
"name": "no-6092",
"version": "1.0.0",
"description": "No.6092",
"main": "index.js",
"type": "module",
"scripts": {
"watch": "NODE_ENV=development webpack --config ./webpack.config.dev.js --watch",
"build:dev": "NODE_ENV=development webpack --config ./webpack.config.dev.js",
"build:production": "NODE_ENV=production webpack --config ./webpack.config.prod.js",
"dev": "nodemon ./index.js --ignore db.json --ignore public --watch 'templates/*' --watch index.js --ext liquid",
"server": "node ./index.js",
"build": "node ./build.sh",
"sync": "bash ./sync.sh"
},
"author": "julescarbon@gmail.com",
"dependencies": {
"3d-force-graph": "^1.70.5",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.3",
"@bacali/rtf-parser": "^1.0.1",
"@hbis/three-obj-mtl-loader": "^1.1.0",
"@u-wave/react-vimeo": "^0.9.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"csv-parse": "^4.16.0",
"csv-stringify": "^5.6.2",
"dotenv": "^10.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.24.0",
"fontfaceobserver": "^2.1.0",
"history": "^5.0.1",
"image-size": "^1.0.0",
"node-fetch": "^2.6.1",
"okcms": "git+ssh://git@ghghgh.us/~/okcms.git",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.0.0",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"rtf-parser": "^1.3.3",
"store2": "^2.12.0",
"terser-webpack-plugin": "^5.1.4",
"three-obj-mtl-loader": "^1.0.3",
"three-spritetext": "^1.6.2",
"uuid": "^8.3.2",
"vimeo": "^2.1.1",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0"
},
"license": "UNLICENSED",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"nodemon": "^2.0.7"
}
}
|