-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "glitch-community-site",
"version": "0.0.1",
"description": "Find cool projects and people using Glitch",
"scripts": {
"start": "bash sh/start.sh"
},
"dependencies": {
"autoprefixer-stylus": "^0.14.0",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-modern-browsers": "^10.0.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"ejs": "^2.5.7",
"eslint": "^4.17.0",
"eslint-loader": "^1.9.0",
"express": "^4.16.2",
"jadelet": "^0.8.0-pre.11",
"lodash": "^4.17.5",
"markdown-it": "^8.4.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-sanitizer": "^0.4.3",
"moment": "^2.19.0",
"nodemon": "^1.14.11",
"o_0": "^0.3.8",
"quantize": "^1.0.2",
"querystringify": "^1.0.0",
"randomcolor": "^0.5.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"stylus": "^0.54.5",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.10.0"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://github.com/FogCreek/Glitch-Community"
},
"keywords": [
"node",
"glitch",
"express",
"jadelet"
],
"license": "GPL-3.0"
}