-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 892 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
36
37
38
{
"name": "whatcss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "APACHE",
"dependencies": {
"base-64": "^0.1.0",
"clean-css": "^4.2.1",
"commander": "^2.19.0",
"compression": "^1.7.3",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"idna-uts46": "^1.1.0",
"morgan": "^1.9.1",
"pm2": "^3.2.4",
"punycode": "^2.1.1",
"puppeteer": "^1.11.0",
"serve-favicon": "^2.5.0",
"sqlite3": "^4.0.4",
"url-parse": "^1.4.4"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
},
"engines": {
"node": ">10.1.0"
}
}