-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.68 KB
/
package.json
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
52
53
54
{
"name": "md-todo-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server -d --devtool '#source-map' --inline --env.server",
"debug": "webpack --display-modules"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"aurelia-bootstrapper": "^2.1.1",
"aurelia-framework": "^1.1.2",
"aurelia-history-browser": "^1.0.0",
"aurelia-i18n": "^1.5.0",
"aurelia-loader-webpack": "^2.1.0",
"aurelia-logging-console": "^1.0.0",
"aurelia-materialize-bridge": "git://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge.git#master",
"aurelia-pal-browser": "^1.2.1",
"aurelia-polyfills": "^1.2.1",
"aurelia-router": "^1.3.0",
"aurelia-templating": "^1.4.1",
"aurelia-templating-binding": "^1.3.0",
"aurelia-templating-resources": "^1.4.0",
"aurelia-templating-router": "^1.1.0",
"bluebird": "^3.5.0",
"i18next": "^7.2.3",
"materialize-css": "^0.98.2"
},
"devDependencies": {
"aurelia-webpack-plugin": "^2.0.0-rc.2",
"awesome-typescript-loader": "^3.1.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.2",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
}
}