-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "y",
"version": "0.0.0",
"description": "Project stub",
"main": "index.js",
"scripts": {
"start": "node devServer.js",
"test": "./node_modules/gulp/bin/gulp.js test"
},
"author": "Varya Stepanova",
"license": "ISC",
"devDependencies": {
"babel": "^6.3.13",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"borschik": "^1.3.2",
"css-loader": "^0.23.0",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"ng-annotate-loader": "0.0.10",
"node-sass": "^3.4.2",
"normalize.css": "^3.0.3",
"postcss-loader": "^0.8.0",
"postcss-scss": "^0.1.3",
"precss": "^1.3.0",
"raw-loader": "^0.5.1",
"react-addons-css-transition-group": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
},
"dependencies": {
"angular": "^1.4.8",
"angular-route": "^1.4.8",
"classnames": "^2.2.1",
"connect-livereload": "^0.5.3",
"express": "^4.11.2",
"ngreact": "^0.2.0",
"normalize.css": "^3.0.3",
"react": "^0.14.3",
"react-addons-css-transition-group": "^0.14.3",
"react-dom": "^0.14.3",
"react-tap-event-plugin": "^0.2.1",
"react-toolbox": "^0.13.4",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}