-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "typescript-playground",
"version": "1.11.0",
"description": "TypeScript Playground",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@types/lodash.debounce": "^4.0.2",
"add": "^2.0.6",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-less": "^4.0.1",
"gulp-preprocess": "^3.0.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"live-server": "^1.2.0",
"lodash.debounce": "^4.0.8",
"monaco-editor": "^0.20.0",
"monaco-typescript": "^3.2.0",
"normalize.css": "^8.0.0",
"raw-loader": "^4.0.1",
"source-map-loader": "^1.0.1",
"ts-loader": "^8.0.0",
"typescript": "^3.0.1",
"uglify-js": "^3.4.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.11.1",
"webpack-stream": "^5.1.1"
},
"scripts": {
"build": "NODE_ENV=production && node_modules/.bin/gulp build",
"watch": "NODE_ENV=development && node_modules/.bin/gulp watch",
"serve": "node_modules/.bin/live-server ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabiandev/typescript-playground.git"
},
"keywords": [
"typescript",
"playground"
],
"author": "Fabian Pirklbauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/fabiandev/typescript-playground/issues"
},
"homepage": "https://github.com/fabiandev/typescript-playground#readme"
}