This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
forked from mate-academy/preply_careers_page
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.47 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "preply_careers_page",
"version": "1.0.0",
"main": "main.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"
},
"keywords": [],
"author": "Mate Academy",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@linthtml/linthtml": "^0.3.2",
"@mate-academy/eslint-config": "0.0.13",
"@mate-academy/linthtml-config": "0.0.1",
"@mate-academy/scripts": "^0.7.12",
"@mate-academy/stylelint-config": "0.0.9",
"babel-polyfill": "^6.26.0",
"colors": "^1.3.3",
"eslint": "^5.16.0",
"eslint-plugin-node": "^9.0.1",
"gh-pages": "2.0.0",
"gulp-htmllint": "0.0.16",
"node-sass": "^4.14.1",
"parcel": "^1.12.4",
"stylelint": "^13.5.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.17.2"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions"
],
"babel": {
"presets": [
[
"@babel/preset-env"
]
]
},
"mateAcademy": {
"projectType": "layout"
},
"dependencies": {
"bootstrap": "^4.5.3",
"bootstrap-sass": "^3.4.1",
"bootstrap-scss": "^4.5.3",
"scss": "^0.2.4"
}
}