forked from surveyjs/survey-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 940 Bytes
/
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
{
"version": "0.9.5",
"name": "surveyjs",
"private": true,
"devDependencies": {
"qunit": "^0.9.1",
"tsd": "^0.6.5",
"rimraf": "^2.5.2",
"gulp": "^3.9.1",
"gulp-tsd": "^0.1.1",
"gulp-typescript": "^2.13.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-uglify": "^1.5.3",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-sass": "^2.3.1",
"gulp-qunit": "^1.4.0",
"gulp-load-plugins": "^1.2.0",
"gulp-html-to-ts": "^0.1.3",
"gulp-npm-files": "^0.1.3",
"gulp-header": "^1.7.1",
"gulp-json-transform": "^0.3.0",
"karma": "^0.13.22",
"karma-qunit": "^0.1.9",
"karma-phantomjs-launcher": "^1.0.0",
"karma-junit-reporter": "^0.4.2",
"karma-coverage": "^0.5.5",
"gulp-serve": "^1.2.0"
},
"dependencies": {
"knockout": "^3.4.0",
"react": "^15.0.1",
"react-dom": "^15.0.1"
}
}