forked from cypress-io/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "@packages/runner",
"version": "0.0.0",
"main": "lib/runner.js",
"private": true,
"scripts": {
"postinstall": "echo '@packages/runner needs: npm run build'",
"prebuild": "rebuild-node-sass",
"build": "node ./scripts/build-dev.js",
"build-prod": "node ./scripts/build-prod.js",
"watch": "node ./scripts/watch.js",
"clean": "zunder clean",
"clean-deps": "rm -rf node_modules",
"test": "node ./scripts/test.js",
"lint": "bin-up eslint --fix scripts/*.js src/*.js* src/**/*.js*"
},
"files": [
"dist",
"lib"
],
"devDependencies": {
"@cypress/react-tooltip": "0.3.2",
"@cypress/releaser": "0.1.12",
"bin-up": "^1.1.0",
"bluebird": "3.5.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.7.1",
"classnames": "^2.2.5",
"enzyme": "^2.8.2",
"font-awesome": "^4.6.3",
"jsdom": "^9.4.1",
"lodash": "4.17.4",
"mobx": "^3.1.15",
"mobx-react": "^4.2.1",
"prop-types": "^15.5.9",
"react": "15.6.2",
"react-addons-test-utils": "15.6.2",
"react-dom": "15.6.2",
"react-input-autosize": "^2.1.2",
"react-test-renderer": "15.6.2",
"rebuild-node-sass": "^1.1.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"zunder": "5.6.5"
}
}