-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.31 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
{
"name": "a-simple-switch",
"version": "0.9.4",
"description": "Vanilla JS/CSS Switch UI element",
"main": "release/commonjs/index.js",
"files": [
"release",
"readme.md"
],
"scripts": {
"test": "karma start --single-run",
"manualTest": "http-server",
"build": "gulp",
"clean": "gulp clean",
"release": "gulp buildRelease"
},
"author": "Ava Mattie",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ava-cassiopeia/simple-switch"
},
"keywords": [
"vanilla js",
"switch",
"checkbox",
"ui",
"material design",
"material",
"vanilla"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^8.4.1",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^5.1.0",
"http-server": "^14.1.1",
"jasmine-core": "^4.6.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"node-sass": "^7.0.3",
"really-simple-args": "^1.2.1",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"webpack": "^5.97.1",
"webpack-stream": "^7.0.0"
}
}