-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.7 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
{
"name": "jsPsych-Redux-GUI",
"version": "0.1.0",
"babel": {},
"private": true,
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/jsPsych/"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^2.1.1",
"express": "^4.16.2",
"jest": "^24.5.0",
"json-loader": "^0.5.4",
"react-scripts": "^2.1.8",
"style-loader": "^0.18.2",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-merge": "^4.1.1",
"webpack-preset": "^0.2.0"
},
"dependencies": {
"aws-amplify": "^0.4.1",
"aws-sdk": "^2.430.0",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.0",
"copy-to-clipboard": "^3.0.6",
"file-type": "^5.2.0",
"filesaver.js-npm": "^1.0.1",
"inline-style-prefixer": "^4.0.0",
"jszip": "^3.1.3",
"lodash": "^4.17.11",
"material-ui": "^0.20.0",
"react": "^16.3.2",
"react-codemirror": "^1.0.0",
"react-contextmenu": "^2.6.5",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^16.3.2",
"react-dropzone": "^3.13.3",
"react-redux": "^5.0.2",
"react-speed-dial": "^0.4.7",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"short-uuid": "^2.3.3"
},
"scripts": {
"dev": "babel-node ./src/server/dev-server",
"start": "react-scripts start",
"build": "webpack -p --config config/webpack.config.production.js",
"deploy": "deploy.cmd",
"test": "jest",
"test:watch": "npm test -- --watch",
"updateJspsych": "./library/updateJspsych.cmd"
}
}