-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.44 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
43
44
45
46
47
48
49
50
51
{
"name": "webpack-tutorial",
"version": "2.0.0",
"description": "Webpack examples for mortals.",
"dependencies": {
"angular": "^1.6.2",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-latest": "^6.22.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.4",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.2",
"file-loader": "^0.10.1",
"handlebars": "^4.0.6",
"handlebars-loader": "^1.4.0",
"html-loader": "^0.4.5",
"http-server": "^0.9.0",
"jquery": "^3.1.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"lodash-es": "^4.17.4",
"markdown-loader": "^2.0.0",
"node-sass": "^4.5.0",
"react": "^15.4.2",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"svg-url-loader": "^2.0.2",
"ts-loader": "^2.0.1",
"typescript": "^2.2.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freestylebit/webpack-tutorial.git"
},
"author": "Peter Cho",
"license": "ISC",
"bugs": {
"url": "https://github.com/freestylebit/webpack-tutorial/issues"
},
"homepage": "https://github.com/freestylebit/webpack-tutorial#readme"
}