-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "bash tailwind.sh && webpack -d && node run",
"js": "webpack",
"initialize": "node site/scripts/initialize",
"fixture": "node site/scripts/load-fixture",
"npm-static": "node site/scripts/npm-static",
"tailwind": "bash tailwind.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.162.0",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"codemirror": "^5.31.0",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"fastify": "^0.33.0",
"fastify-static": "^0.3.0",
"font-awesome": "^4.7.0",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"heml": "^1.1.3",
"jsonwebtoken": "^8.1.0",
"localforage": "^1.5.5",
"mongoose": "^4.13.2",
"nunjucks": "^3.0.1",
"pug": "^2.0.0-rc.4",
"rand-token": "^0.4.0",
"react": "^16.1.1",
"react-codemirror": "^1.0.0",
"react-dom": "^16.1.1",
"react-router-dom": "^4.2.2",
"style-loader": "^0.19.0",
"tailwind": "^1.0.1",
"tailwindcss": "^0.1.6",
"uglifyjs-webpack-plugin": "^1.0.1",
"underscore": "^1.8.3",
"webpack": "^3.9.1",
"winston": "^2.4.0",
"winston-mongodb": "^3.0.1"
}
}