-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.18 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@bornfight/flipswitch",
"version": "2.0.1",
"description": "flipswitch.js - pure javascript solution for clipping elements inside DOM",
"keywords": [
"clip",
"clip element",
"flipswitch",
"es6",
"creative"
],
"bugs": {
"url": "https://github.com/bornfight-studio/flipswitch/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/bornfight-studio/flipswitch.git"
},
"license": "MIT",
"author": {
"name": "BORNFIGHT STUDIO®",
"email": "[email protected]",
"url": "https://www.bornfight.studio"
},
"contributors": [
{
"name": "Tomislav Jezidzic",
"email": "[email protected]",
"url": "https://github.com/tomislavjezidzic"
},
{
"name": "Mario Loncarek",
"email": "[email protected]",
"url": "http://mloncarek.com/"
},
{
"name": "Davor Tvoric",
"email": "[email protected]",
"url": "https://github.com/ShockwaVee"
}
],
"main": "dist/flipswitch.js",
"scripts": {
"build": "cross-env NODE_ENV=development webpack --mode production",
"start": "webpack-dev-server --mode development"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-typescript": "^7.3.3",
"@degordian/standards": "^1.0.8",
"autoprefixer": "^9.5.1",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"tslint": "^5.15.0",
"typescript": "^3.4.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.32.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1",
"write-file-webpack-plugin": "^4.5.0"
},
"engines": {
"node": "20.x",
"npm": "10.x"
}
}