-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 998 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
{
"name": "frontend2021",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sandbox": "live-server sandbox",
"start": "npm run server",
"lint": "eslint {sandbox/**/*,homework/**/*,classwork/**/*}",
"server": "node ./classwork/server/main.js",
"server-watch": "nodemon ./classwork/server/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zamuka/frontend2021.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zamuka/frontend2021/issues"
},
"homepage": "https://github.com/zamuka/frontend2021#readme",
"dependencies": {
"live-server": "1.2.1",
"lodash": "^4.17.21",
"mustache": "4.2.0"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.23.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"nodemon": "2.0.7"
}
}