-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 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
31
32
33
34
{
"name": "teamy",
"version": "1.0.0",
"description": "Codehouse Throwdown 2016",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"author": "Team Y",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.4",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.1",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"html-loader": "^0.4.0",
"html-webpack-plugin": "^2.10.0",
"node-sass": "^3.4.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"url-loader": "^0.5.7",
"vanilla-modal": "^1.3.0",
"webpack": "^1.13.0",
"webpack-node-externals": "^1.2.0"
}
}