forked from forgemedia/uGraphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.96 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": "ugraphics",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/express": "^4.11.1",
"@types/lodash": "^4.14.102",
"@types/node": "^9.4.6",
"@types/shelljs": "^0.7.8",
"@types/socket.io": "^1.4.31",
"@types/stylus": "^0.48.29",
"@types/winston": "^2.3.8",
"@types/yargs": "^11.0.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"bootstrap": "4",
"caniuse-db": "^1.0.30000652",
"cssnano": "^3.10.0",
"esdoc": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"express": "^4.15.2",
"gulp-clean": "^0.4.0",
"jquery": "^3.3.1",
"jspm": "^0.16.53",
"jspm-github": "0.13.18",
"lodash": "^4.17.5",
"material-design-icons": "^3.0.1",
"mdi": "^2.1.99",
"moment": "^2.18.1",
"morgan": "^1.9.0",
"popper.js": "^1.12.9",
"postcss-cssnext": "^2.10.0",
"postcss-middleware": "^1.1.3",
"pug": "^2.0.0-rc.1",
"shelljs": "^0.8.1",
"socket.io": "^2.0.4",
"stylus": "^0.54.5",
"vorpal": "^1.12.0",
"winston": "^3.0.0-rc2",
"yargs": "^8.0.1"
},
"jspm": {
"configFile": "core/js/config.js",
"dependencies": {
"axios": "npm:axios@^0.16.1",
"bootstrap": "npm:[email protected]",
"buffer": "github:jspm/nodelibs-buffer@^0.1.1",
"jquery": "npm:jquery@^3.2.1",
"lodash": "npm:lodash@^4.17.4",
"moment": "npm:moment@^2.21.0",
"navigo": "npm:navigo@^4.7.1",
"numeral": "npm:numeral@^2.0.6",
"rivets": "npm:rivets@^0.9.6",
"socket.io-client": "npm:socket.io-client@^2.0.4",
"velocity": "github:julianshapiro/velocity@^1.5.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-env": "^0.4.0",
"gulp-nodemon": "^2.2.1",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.2.0"
}
}