-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 854 Bytes
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
{
"name": "simple-timeline-app-1.6",
"version": "1.0.0",
"description": "\"Sample app for showing timeline using angular 1.6\"",
"main": "app.js",
"scripts": {
"start": "./node_modules/.bin/webpack | node index.js",
"heroku-postbuild": "./node_modules/.bin/webpack --progress"
},
"author": "Faheem Alam",
"license": "ISC",
"dependencies": {
"angular": "^1.6.6",
"angular-ui-router": "^0.4.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.0.0-beta.2",
"css-loader": "^0.28.7",
"express": "^4.16.2",
"html-webpack-plugin": "^2.30.1",
"lodash": "^4.17.4",
"node-sass": "^4.6.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"to-string-loader": "^1.1.5",
"webpack": "^3.8.1"
}
}