Skip to content

Commit ba9eace

Browse files
committed
locked npm version, removed old react and cycle, fixed aurelia dependencies
1 parent a6bdcae commit ba9eace

File tree

45 files changed

+258
-904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+258
-904
lines changed

angular-v1.5.8/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Boilerplate for Angular.js",
55
"scripts": {
66
"build-dev": "webpack -w -d -c webpack.config.js",
7-
"build-prod": "webpack -p -c webpack.config.js",
8-
"start": "http-server -c-1 ."
7+
"build-prod": "webpack -p -c webpack.config.js"
98
},
109
"keywords": [
1110
"angular"
@@ -18,14 +17,13 @@
1817
"url": "https://github.com/krausest/js-framework-benchmark.git"
1918
},
2019
"devDependencies": {
21-
"babel-core": "^6.14.0",
22-
"babel-loader": "^6.2.5",
23-
"babel-preset-es2015": "^6.14.0",
24-
"http-server": "^0.9.0",
25-
"webpack": "^1.13.2"
20+
"babel-core": "6.14.0",
21+
"babel-loader": "6.2.5",
22+
"babel-preset-es2015": "6.14.0",
23+
"webpack": "1.13.2"
2624
},
2725
"dependencies": {
2826
"angular": "1.5.8",
29-
"jquery": "*"
27+
"jquery": "3.1.0"
3028
}
3129
}

angular-v2.0.0/package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,30 @@
77
"test": "karma start",
88
"precompile": "ngc",
99
"build-prod": "npm run precompile && node rollup.config.js --prod",
10-
"build-dev": "npm run precompile && node rollup.config.js",
11-
"serve": "http-server",
10+
"build-dev": "npm run precompile && node rollup.config.js"
1211
"postinstall": "typings install"
1312
},
1413
"license": "MIT",
1514
"dependencies": {
16-
"@angular/common": "^2.0.0",
17-
"@angular/compiler": "^2.0.0",
18-
"@angular/compiler-cli": "^0.6.2",
19-
"@angular/core": "^2.0.0",
20-
"@angular/platform-browser": "^2.0.0",
21-
"@angular/platform-browser-dynamic": "^2.0.0",
22-
"@angular/platform-server": "^2.0.0",
23-
"core-js": "^2.4.1",
15+
"@angular/common": "2.0.0",
16+
"@angular/compiler": "2.0.0",
17+
"@angular/compiler-cli": "0.6.2",
18+
"@angular/core": "2.0.0",
19+
"@angular/platform-browser": "2.0.0",
20+
"@angular/platform-browser-dynamic": "2.0.0",
21+
"@angular/platform-server": "2.0.0",
22+
"core-js": "2.4.1",
2423
"rxjs": "5.0.0-beta.12",
2524
"zone.js": "0.6.23"
2625
},
2726
"devDependencies": {
28-
"google-closure-compiler-js": "^20160916.0.0",
29-
"http-server": "^0.9.0",
30-
"rollup": "^0.35.15",
31-
"rollup-plugin-commonjs": "^5.0.4",
32-
"rollup-plugin-node-resolve": "^2.0.0",
27+
"google-closure-compiler-js": "20160916.0.0",
28+
"http-server": "0.9.0",
29+
"rollup": "0.35.15",
30+
"rollup-plugin-commonjs": "5.0.4",
31+
"rollup-plugin-node-resolve": "2.0.0",
3332
"typescript": "2.0.2",
34-
"typings": "^1.3.3",
35-
"yargs": "^5.0.0"
33+
"typings": "1.3.3",
34+
"yargs": "5.0.0"
3635
}
3736
}

aurelia-v1.0.0/package.json

Lines changed: 0 additions & 84 deletions
This file was deleted.

aurelia-v1.0.0/index.html renamed to aurelia-v1.0.3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Aurelia v1.0.0</title>
4+
<title>Aurelia v1.0.3</title>
55
<meta charset="UTF-8">
66
<link href="../../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
77
<link rel="stylesheet" href="../../css/main.css">
File renamed without changes.

aurelia-v1.0.3/package.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"name": "js-framework-benchmark-aurelia",
3+
"version": "1.0.0",
4+
"description": "Benchmark for aurelia framework",
5+
"keywords": [
6+
"aurelia"
7+
],
8+
"author": "Stefan Krause",
9+
"license": "Apache-2.0",
10+
"homepage": "https://github.com/krausest/js-framework-benchmark",
11+
"scripts": {
12+
"clean:dist": "rimraf dist",
13+
"prebuild-dev": "npm run clean:dist",
14+
"build-dev": "cross-env NODE_ENV=development npm run webpack -- --progress --profile",
15+
"prebuild-prod": "npm run clean:dist",
16+
"build-prod": "cross-env NODE_ENV=production npm run webpack -- --progress --profile",
17+
"webpack": "cross-env ./node_modules/.bin/webpack"
18+
},
19+
"dependencies": {
20+
"aurelia-bootstrapper-webpack": "1.0.0",
21+
"aurelia-event-aggregator": "1.0.0",
22+
"aurelia-fetch-client": "1.0.0",
23+
"aurelia-framework": "1.0.3",
24+
"aurelia-history-browser": "1.0.0",
25+
"aurelia-loader-webpack": "1.0.2",
26+
"aurelia-logging-console": "1.0.0",
27+
"aurelia-pal-browser": "1.0.0",
28+
"aurelia-polyfills": "1.1.1",
29+
"aurelia-route-recognizer": "1.0.0",
30+
"aurelia-router": "1.0.3",
31+
"aurelia-templating-binding": "1.0.0",
32+
"aurelia-templating-resources": "1.0.0",
33+
"aurelia-templating-router": "1.0.0",
34+
"bluebird": "3.4.6",
35+
"bootstrap": "3.3.7",
36+
"font-awesome": "4.6.3",
37+
"isomorphic-fetch": "2.2.1",
38+
"jquery": "3.1.0"
39+
},
40+
"devDependencies": {
41+
"@easy-webpack/config-aurelia": "2.2.0",
42+
"@easy-webpack/config-babel": "2.0.3",
43+
"@easy-webpack/config-common-chunks-simple": "2.0.1",
44+
"@easy-webpack/config-copy-files": "1.0.0",
45+
"@easy-webpack/config-css": "2.5.0",
46+
"@easy-webpack/config-env-development": "2.1.1",
47+
"@easy-webpack/config-env-production": "2.1.0",
48+
"@easy-webpack/config-external-source-maps": "2.0.1",
49+
"@easy-webpack/config-fonts-and-images": "1.2.1",
50+
"@easy-webpack/config-generate-index-html": "2.0.1",
51+
"@easy-webpack/config-global-bluebird": "1.3.2",
52+
"@easy-webpack/config-global-jquery": "1.4.0",
53+
"@easy-webpack/config-global-regenerator": "1.2.0",
54+
"@easy-webpack/config-html": "2.0.2",
55+
"@easy-webpack/config-json": "2.0.2",
56+
"@easy-webpack/config-test-coverage-istanbul": "2.0.2",
57+
"@easy-webpack/config-uglify": "2.2.0",
58+
"@easy-webpack/core": "1.3.2",
59+
"aurelia-tools": "0.2.4",
60+
"babel-plugin-transform-decorators-legacy": "1.3.4",
61+
"babel-preset-es2015": "6.14.0",
62+
"babel-preset-es2015-loose": "8.0.0",
63+
"babel-preset-es2015-loose-native-modules": "1.0.0",
64+
"babel-preset-stage-1": "6.13.0",
65+
"babel-register": "6.14.0",
66+
"concurrently": "2.2.0",
67+
"cross-env": "2.0.1",
68+
"jasmine-core": "2.5.2",
69+
"rimraf": "2.5.4",
70+
"webpack": "2.1.0-beta.19",
71+
"webpack-dev-server": "2.1.0-beta.0"
72+
}
73+
}

aurelia-v1.0.0/src/app.html renamed to aurelia-v1.0.3/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="jumbotron">
44
<div class="row">
55
<div class="col-md-6">
6-
<h1>Aurelia v1.0.0</h1>
6+
<h1>Aurelia v1.0.3</h1>
77
</div>
88
<div class="col-md-6">
99
<div class="col-sm-6 smallpad">
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)