forked from chevalvert/microbiomes-mallapixels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.62 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
78
79
80
81
82
83
84
85
{
"name": "macrobiomes",
"version": "3.5.3",
"description": "",
"bin": "server/index.js",
"scripts": {
"start": "cross-env NODE_ENV=development nodemon server/index.js --watch server --watch src/templates/*.hbs",
"preview": "npm run build && cross-env NODE_ENV=production nodemon server/index.js",
"build": "cross-env NODE_ENV=production webpack build --config webpack.config.js",
"postversion": "git push && git push --tags"
},
"author": "Arnaud Juracek",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/eslint-plugin": "^7.17.7",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.18.6",
"@babel/runtime": "^7.16.5",
"babel-loader": "^8.2.3",
"cross-env": "^5.0.1",
"css-loader": "0.28.x",
"eslint": "^7.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-standard": "^4.0.1",
"ghp": "^1.7.0",
"ifdef-loader": "^2.3.2",
"mini-css-extract-plugin": "1.6.x",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"raw-loader": "^4.0.2",
"remove-files-webpack-plugin": "^1.5.0",
"sass-loader": "6.0.6",
"style-loader": "0.18.x",
"stylelint": "^8.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.10.1",
"webpack": "4.x",
"webpack-cli": "4.8.x",
"webpack-dev-middleware": "^5.3.0",
"webpack-hot-middleware": "^2.25.1"
},
"dependencies": {
"@internet/raf": "^0.2.1",
"@tooooools/html-to-svg": "^1.0.0",
"chalk": "4.x",
"classnames": "^2.3.1",
"cuid": "^2.1.8",
"dotenv": "^16.0.1",
"express": "^4.17.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fast-random": "^2.0.4",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"hotkeys-js": "^3.9.4",
"howler": "^2.2.3",
"iconoir": "^6.11.0",
"memorystore": "^1.6.7",
"missing-math": "^3.4.0",
"noisejs": "^2.1.0",
"phonetic": "^0.1.1",
"point-in-polygon": "^1.1.0",
"poly-bool": "^1.0.0",
"reconnectingwebsocket": "^1.0.0",
"serialport": "^10.4.0",
"tiny-emitter": "^2.1.0",
"ws": "^8.8.1"
},
"homepage": "https://github.com/chevalvert/macrobiomes#readme",
"bugs": {
"url": "https://github.com/chevalvert/macrobiomes/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:chevalvert/macrobiomes.git"
}
}