-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
40
41
42
{
"name": "netpyne-ui.test.e2e",
"version": "0.1.0",
"description": "NetPyNe UI tests",
"license": "unlicensed",
"scripts": {
"test": "jest --verbose",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"jest": "^24.9.0",
"jest-image-snapshot": "^4.2.0",
"jest-puppeteer": "^4.4.0",
"puppeteer": "^1.20.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"@babel/runtime": "^7.4.5",
"babel-eslint": "^10.0.1",
"eslint": "^6.0.1",
"eslint-plugin-jest": "^22.21.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.3.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"exclude": [
"node_modules"
]
}
}
}