forked from mate-academy/js_task-move-spider-DOM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "move-spider",
"version": "1.0.0",
"description": "Move the spider across the wall to a click",
"main": "index.js",
"scripts": {
"init": "mate-scripts init",
"start": "mate-scripts start",
"lint": "mate-scripts lint",
"test:only": "mate-scripts test",
"build": "mate-scripts build",
"deploy": "mate-scripts deploy",
"update": "mate-scripts update",
"postinstall": "npm run update",
"test": "npm run lint && npm run test:only"
},
"author": "Mate academy",
"license": "GPL-3.0",
"devDependencies": {
"@linthtml/linthtml": "^0.4.1",
"@mate-academy/eslint-config": "*",
"@mate-academy/linthtml-config": "0.0.1",
"@mate-academy/scripts": "^0.3.6",
"@mate-academy/stylelint-config": "*",
"browser-sync": "^2.26.3",
"colors": "^1.3.3",
"eslint": "^5.9.0",
"eslint-plugin-node": "^9.0.1",
"gulp-htmllint": "0.0.16",
"node-sass": "^4.14.1",
"parcel": "^1.12.4",
"stylelint": "^10.0.1",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.17.2"
},
"dependencies": {},
"mateAcademy": {
"projectType": "layout"
}
}