-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "mturk-engine",
"version": "1.5.0",
"author": {
"name": "Shovon Hasan",
"url": "https://www.shovonhasan.com"
},
"repository": {
"url": "https://github.com/Anveio/mturk-engine"
},
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.0.1",
"@shopify/polaris": "^2.5.0",
"axios": "^0.18.0",
"copy-to-clipboard": "^3.0.8",
"immutable": "^3.8.2",
"localforage": "^1.7.1",
"moment": "^2.22.1",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.7",
"react-transition-group": "^2.3.1",
"redux": "^4.0.0",
"redux-persist": "^4.10.1",
"redux-persist-transform-immutable": "^4.3.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"transit-immutable-js": "^0.7.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"@types/jest": "^23.1.0",
"@types/node": "^10.3.3",
"@types/qs": "^6.5.1",
"@types/react": "^16.3.18",
"@types/react-dom": "^16.0.6",
"@types/react-helmet": "^5.0.6",
"@types/react-redux": "^6.0.5",
"@types/uuid": "^3.4.3",
"react-scripts-ts": "^2.16.0",
"react-testing-library": "^4.0.1",
"typescript": "^2.9.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom --modulePaths=src",
"eject": "react-scripts-ts eject",
"release": "cd ./generate-release && yarn run release"
}
}