forked from mozilla/testpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "testpilot",
"description": "A place where ideas come to idea",
"version": "1.0.0",
"author": "Mozilla (https://mozilla.org/)",
"browser": {
"tos-pp": false
},
"bugs": {
"url": "https://github.com/mozilla/testpilot/issues"
},
"engines": {
"node": ">=4.4.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"classnames": "^2.2.5",
"clipboard": "^1.6.1",
"domready": "^1.0.8",
"es-symbol": "^1.1.2",
"es6-promise": "^4.1.0",
"history": "2.0.0",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "2.1.3",
"l20n": "4.0.0-beta.1",
"micro-email-validator": "0.0.1",
"moment": "^2.17.1",
"raven-js": "^3.12.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "2.7.0",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-logger": "^2.8.2",
"redux-promise": "^0.5.3",
"reselect": "^2.5.4",
"seedrandom": "^2.4.2",
"tos-pp": "https://github.com/mozilla/legal-docs.git"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"chai": "^3.5.0",
"del": "2.2.2",
"doctoc": "1.3.0",
"enzyme": "^2.7.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "10.0.1",
"eslint-config-react": "^1.1.7",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.41.0",
"flow-coverage-report": "^0.3.0",
"flow-typed": "^2.0.0",
"fetch-mock": "^5.9.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.6",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-multi-dest": "0.0.4",
"gulp-rename": "^1.2.2",
"gulp-rev-all": "^0.9.7",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "~2.4.1",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"jsdom": "^9.12.0",
"merge-stream": "^1.0.1",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
"node-normalize-scss": "1.4.0",
"node-sass": "^4.5.0",
"nyc": "^10.1.2",
"react-addons-test-utils": "^15.4.2",
"remarkable": "1.7.1",
"require-globify": "^1.4.1",
"run-sequence": "^1.2.2",
"sass-lint": "1.10.2",
"sinon": "^2.0.0",
"through2": "2.0.3",
"try-require": "1.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yamljs": "^0.2.8"
},
"directories": {
"doc": "docs"
},
"homepage": "https://github.com/mozilla/testpilot#readme",
"license": "MPL-2.0",
"private": "true",
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/testpilot.git"
},
"scripts": {
"bootstrap": "npm install && cd addon && npm install && cd .. && gulp",
"start": "NODE_ENV=development ENABLE_DEV_LOCALES=1 ENABLE_DEV_CONTENT=1 gulp",
"server": "gulp server",
"static": "gulp dist-build",
"docs": "doctoc README.md && doctoc addon/README.md",
"lint": "gulp scripts-lint styles-lint",
"test": "cd frontend && mocha --require babel-register --require test-setup.js --recursive",
"test:ci": "NODE_ENV=test nyc mocha --recursive --reporter mocha-junit-reporter --require frontend/test-setup.js frontend/test",
"test:watch": "npm test -- --watch",
"test:all": "npm run lint && npm run test && npm run flow-coverage && cd addon && npm run lint && npm run coverage && npm run test",
"coverage": "NODE_ENV=test nyc mocha --recursive --require frontend/test-setup.js frontend/test",
"flow-coverage": "cd frontend && flow-coverage-report --threshold 60 -i 'src/**/*.js' -t html -o coverage/flow",
"addon:locales": "gulp addon-copy-locales",
"content": "gulp content-build"
}
}