forked from kirjavascript/nibblrjr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 KB
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
{
"version": "3.2.4",
"scripts": {
"start-pm2": "pm2 start --name \"nibblrjr\" index.js",
"start": "node index.js",
"dev": "node index.js --dev"
},
"dependencies": {
"better-sqlite3": "^5.4.0",
"brace": "^0.11.1",
"date-fns": "^1.29.0",
"express": "^4.16.2",
"global-npm": "^0.3.0",
"html-entities": "^1.2.1",
"import-glob-loader": "^1.1.0",
"irc": "^0.5.2",
"isolated-vm": "^2.0.0",
"lodash": "^4.17.13",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"node-fetch": "^2.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"semver": "^5.5.1",
"ws": "^5.0.0",
"zipson": "^0.2.7"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"node-sass": "^4.7.2",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13",
"webpack-dev-middleware": "^3.0.1"
}
}