forked from chili-epfl/FROG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
{
"name": "frog-package",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nps -s",
"test": "nps -s test",
"create-package": "node createPackage.js"
},
"workspaces": [
"ac/*",
"op/*",
"frog-utils",
"frog",
"templates/activity",
"templates/operator"
],
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-decorators": "7.0.0",
"@babel/plugin-proposal-json-strings": "7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-syntax-import-meta": "7.0.0",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.0.0",
"@houshuang/babel-jest": "^23.2.0",
"assert": "^1.4.1",
"babel-core": "^7.0.0-0",
"babel-eslint": "9.0.0",
"babel-plugin-captains-log": "^1.1.0",
"chokidar": "^2.0.4",
"enzyme": "^3.5.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.79.1",
"flow-classy-type-wrapper": "^1.0.2",
"flow-copy-source": "^2.0.2",
"flow-typed": "^2.5.1",
"jest": "^23.5.0",
"jest-cli": "^23.5.0",
"json-stringify-pretty-compact": "^1.2.0",
"nps": "^5.9.3",
"prettier": "^1.14.2",
"react-test-renderer": "^16.4.2",
"regenerator-runtime": "^0.12.1",
"rimraf": "^2.6.2"
},
"license": "ISC",
"dependencies": {
"yarn": "^1.9.4"
}
}