-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 KB
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
{
"name": "short-lnk",
"private": true,
"scripts": {
"start": "meteor run",
"start-server": "npm start",
"test": "start-server-and-test start-server http://localhost:3000/ cypress:run",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"meteor:test": "meteor test --once --driver-package meteortesting:mocha",
"test-watch-browser": "meteor test --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"clipboard": "^2.0.4",
"cypress": "^3.6.1",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-flip-move": "^3.0.3",
"react-modal": "^3.9.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"shortid": "^2.2.14",
"simpl-schema": "^1.5.5",
"start-server-and-test": "^1.10.8",
"wait-on": "^3.3.0"
},
"engines": {
"node": "8.15.1"
},
"devDependencies": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"expect": "^25.1.0",
"selenium-webdriver": "^4.0.0-alpha.5"
}
}