This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
{
"name": "mantra-demo",
"version": "0.1.0",
"description": "mantra-demo",
"scripts": {
"test": "mocha .scripts/mocha_boot.js client/**/tests/**/*.js lib/**/tests/**/*.js --compilers js:babel-core/register",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/username/reponame.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-client": "^0.5.0",
"bcrypt": "^5.0.0",
"crawler": "^1.0.2",
"eslint": "^4.18.2",
"graphql-tag": "^0.1.15",
"mantra-core": "^1.2.0",
"meteor-node-stubs": "^0.2.11",
"react": "^15.0.0",
"react-apollo": "^0.5.13",
"react-bootstrap-switch": "^15.0.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^16.0.1",
"react-komposer": "^1.3.0",
"react-mounter": "^1.0.0",
"react-simple-di": "^1.0.1",
"react-typeahead": "^2.0.0-alpha.5",
"redux": "^3.5.2",
"snyk": "^1.88.1",
"whacko": "^0.19.1"
},
"devDependencies": {
"babel-core": "6.x.x",
"babel-plugin-react-require": "2.x.x",
"babel-polyfill": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-react": "6.x.x",
"babel-preset-stage-2": "6.x.x",
"babel-root-slash-import": "1.x.x",
"chai": "3.x.x",
"chai-spies": "^0.7.1",
"enzyme": "^2.2.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.7.1",
"jsdom": "^8.0.4",
"mocha": "2.x.x",
"react-addons-test-utils": "^15.2.1",
"sinon": "1.17.x"
},
"snyk": true
}