-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.87 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "nouvellesnfl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@vitalets/google-translate-api": "github:vitalets/google-translate-api",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"cheerio": "^1.0.0-rc.3",
"cron": "^1.8.2",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"helmet": "^3.22.0",
"less": "^3.11.1",
"memory-cache": "^0.2.0",
"mongodb": "^3.5.6",
"open": "^6.2.0",
"pm2": "^4.3.1",
"puppeteer": "^2.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sitemap-generator": "^8.4.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"chalk": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"nodemon": "^2.0.3",
"prettier": "^2.0.4",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
"dev": "DEBUG=app,app:* nodemon --exec babel-node src/app.js",
"build-files": "lessc public/css/styles.less public/css/styles.css && webpack -p",
"build-server": "babel -d ./build ./src -s --copy-files",
"start": "npm run build-files && npm run build-server && NODE_ENV=production node ./build/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}