-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 753 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 753 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": "webpack-demo",
"version": "1.0.0",
"description": "Webpack Demo",
"main": "index.js",
"scripts": {
"build": "webpack --display-modules -d",
"dev": "webpack-dev-server"
},
"author": "Suresh",
"license": "ISC",
"devDependencies": {
"angular": "^1.5.5",
"angular-ui-grid": "^3.1.1",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"jquery": "^2.2.3",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}