-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "lit-components",
"version": "1.0.0",
"description": "Web Components based on lit.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-server": "npx ts-node ./scripts/test_server.ts",
"start": "npx ts-node ./scripts/start.ts",
"start-docker": "npx ts-node ./scripts/start_docker.ts",
"down-docker": "npx ts-node ./scripts/down_docker.ts",
"watch-client": "npx gulp watchClient"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbwodlf3/lit-components.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbwodlf3/lit-components/issues"
},
"homepage": "https://github.com/dbwodlf3/lit-components#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.27",
"@types/nodemailer": "^6.4.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.6",
"glob": "^8.0.1",
"gulp": "^4.0.2",
"gulp-buffer": "^0.0.2",
"gulp-concat": "^2.6.1",
"mocha": "^9.2.2",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.14.1",
"tsify": "^5.0.4",
"typescript": "^4.6.3",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
}
}