-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 957 Bytes
/
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
{
"name": "joaquimdsouza.com",
"version": "0.0.1",
"scripts": {
"start": "node --icu-data-dir=node_modules/full-icu ./bin/www",
"dev": "nodemon --icu-data-dir=node_modules/full-icu --watch client --watch server --ext js,scss,ejs ./bin/www",
"lint": "standard \"**/*.js\" --fix"
},
"dependencies": {
"acorn": "^6.1.1",
"async": "^2.6.1",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.4.3",
"babelify": "^8.0.0",
"bcrypt": "^3.0.0",
"browserify": "^16.2.3",
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"express": "~4.16.0",
"full-icu": "^1.2.1",
"http-errors": "~1.6.2",
"node-sass": "^4.12.0",
"normalize-scss": "^7.0.1",
"pg": "^7.4.3",
"sequelize": "^5.8.5",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"nodemon": "^1.18.3",
"standard": "^11.0.1"
}
}