-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "salesforce-reactjs-spa-starter",
"description": "",
"version": "1.0.0",
"author": "",
"private": true,
"scripts": {
"postinstall": "webdriver-manager update",
"test": "gulp test",
"test:watch": "gulp test:watch"
},
"directories": {
"test": "build/test"
},
"devDependencies": {
"browserify": "^9.0.3",
"coffee-script": "^1.9.1",
"del": "^1.1.1",
"espower-loader": "^0.10.0",
"espowerify": "^0.10.0",
"express": "^4.11.2",
"glob": "^4.4.0",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-changed": "^1.1.1",
"gulp-cjsx": "^2.0.0",
"gulp-coffee": "^2.3.1",
"gulp-espower": "^0.10.0",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-jsforce-deploy": "^1.0.0",
"gulp-less": "^3.0.0",
"gulp-minify-css": "^0.4.6",
"gulp-mocha": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-protractor": "0.0.12",
"gulp-react-templates": "0.0.5",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-zip": "^2.0.2",
"intelli-espower-loader": "^0.6.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.0",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.1.0",
"power-assert": "^0.10.2",
"protractor": "^1.7.0",
"through2": "^0.6.3",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0",
"watchify": "^2.4.0"
},
"dependencies": {
"lodash": "^3.3.0",
"react": "^0.12.2",
"react-bootstrap": "^0.15.1"
}
}