-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "slider",
"version": "1.0.0",
"description": "",
"main": "src/demo-page/index.pug",
"scripts": {
"start": "rimraf dist && parcel src/demo-page/index.pug",
"build": "rimraf dist docs && parcel build src/demo-page/index.pug -d docs --no-cache --public-url /slider/",
"test": "jest",
"lint": "tslint -c tslint.json -p tsconfig.json src/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alagunoff/slider.git"
},
"author": "Artem Lagunov",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.25",
"babel-jest": "^24.9.0",
"handlebars-jest": "^0.5.0",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.2"
},
"dependencies": {
"@babel/core": "^7.7.7",
"@types/jquery": "^3.3.31",
"@types/node": "^12.12.22",
"autoprefixer": "^9.7.3",
"handlebars": "^4.5.3",
"jquery": "^3.4.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-handlebars-precompile": "^1.0.1",
"postcss-modules": "^1.4.1",
"pug": "^2.0.3",
"rimraf": "^2.7.1",
"sass": "^1.24.0",
"typescript": "^3.7.4"
},
"browserslist": "> 0.25%, last 4 versions"
}