-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "easy-flux",
"version": "1.0.0",
"description": "",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "VaJoy",
"license": "MIT",
"devDependencies": {
"angular2": "^2.0.0-beta.0",
"babel-loader": "^6.1.0",
"babel-plugin-syntax-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-polyfill": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.1.18",
"core-js": "^2.0.0",
"css-loader": "^0.23.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.13",
"exports-loader": "^0.6.2",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
"node-sass": "^3.4.2",
"reflect-metadata": "^0.1.2",
"rxjs": "^5.0.0-beta.0",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"whatwg-fetch": "^0.10.1",
"zone.js": "^0.5.10"
}
}