-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "sliding-box",
"version": "1.0.0",
"description": "Aim to offer a better web app for users to check when the next trams will come. \r Intend to be fast, bandwidth-saving, mobile-first and user-friendly.",
"scripts": {
"start": "webpack-dev-server",
"test": "standard",
"watch": "webpack --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idingding/sliding-box.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/idingding/sliding-box/issues"
},
"homepage": "https://github.com/idingding/sliding-box#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"sass-loader": "^6.0.6",
"standard": "^10.0.2",
"style-loader": "^0.18.2",
"vue": "^2.3.4",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.5.0"
},
"standard": {
"ignore": [
"**/appInsights.js"
]
}
}