-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "templating-benchmarks",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "markoc . --clean && cross-env NODE_ENV=production node_modules/.bin/matcha templating-benchmarks.js --reporter ./reporter.js --expose-gc"
},
"repository": {
"type": "git",
"url": "https://github.com/marko-js/templating-benchmarks.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"ansi": "^0.3.0",
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.2",
"cross-env": "^3.1.4",
"dot": "^1.0.3",
"dustjs-helpers": "^1.7.2",
"dustjs-linkedin": "^2.7.2",
"handlebars": "^4.0.5",
"jade": "^1.11.0",
"lodash.template": "^4.4.0",
"marko": "^4.4.28",
"matcha": "^0.7.0",
"nunjucks": "^3.0.0",
"plates": "^0.4.11",
"pug": "^2.0.0-alpha6",
"raptor-async": "^1.1.2",
"raptor-polyfill": "^1.0.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"swig": "^1.4.2",
"uglify-js": "^3.0.0",
"vue": "^2.0.1",
"vue-server-renderer": "^2.0.1"
}
}