-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "smart-terminal",
"version": "0.2.2",
"description": "",
"main": "build/smart-terminal.js",
"types": "build/src/SmartTerminal.d.ts",
"files": [
"demo/browserImport/index.html",
"build/smart-terminal.js",
"build/smart-terminal.css",
"build/src/"
],
"scripts": {
"build": "webpack",
"build-prod": "webpack -p",
"deploy": "npm run build && sh deploy.sh ",
"watch": "webpack --watch --watch-poll "
},
"repository": {
"type": "git",
"url": "git+https://github.com/quantumjs/smart-terminal.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quantumjs/smart-terminal/issues"
},
"homepage": "https://github.com/quantumjs/smart-terminal#readme",
"devDependencies": {
"autoprefixer": "^7.1.2",
"awesome-typescript-loader": "^3.2.3",
"css-loader": "^0.28.5",
"css-variables": "^0.1.0",
"html-webpack-plugin": "^2.24.1",
"postcss-calc": "^6.0.0",
"postcss-css-variables": "^0.8.0",
"postcss-custom-media": "^6.0.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-nested": "^2.1.2",
"style-loader": "^0.18.2",
"typescript": "^2.1.4",
"vanilla-typescript": "^0.4.4",
"webpack": "3.5.6",
"webpack-build-notifier": "^0.1.13"
},
"peerDependencies": {
"vanilla-typescript": "^0.4.4"
}
}