-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.67 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": "might-ui",
"version": "1.1.8",
"description": "A no-code solution for performing end-to-end tests",
"scripts": {
"prepare": "npm run build",
"svgo": "svgo --config='{ \"plugins\": [ { \"removeAttrs\": { \"attrs\": \"(fill|stroke)\" } }, { \"removeViewBox\": false } ] }' icons",
"build": "webpack --config webpack.config.prod.js --mode production",
"start": "webpack serve --config webpack.config.dev.js --mode development"
},
"bin": {
"might-ui": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ker0olos/Might.git"
},
"author": "Kerolos Zaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/ker0olos/Might/issues"
},
"homepage": "https://github.com/ker0olos/Might#readme",
"keywords": [
"testing",
"end-to-end-testing",
"ui-testing",
"front-end-testing",
"end-to-end-test-automation",
"end-to-end-testing-interface"
],
"dependencies": {
"dexie": "^3.0.3",
"express": "^4.17.1",
"flcss": "^2.2.5",
"might-core": "^1.0.2",
"open": "^8.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@svgr/webpack": "^6.5.1",
"babel-eslint": "^10.1.0",
"babel-loader": "~8.2.2",
"eslint": "^7.27.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-security": "^1.4.0",
"raw-loader": "~4.0.2",
"webpack": "~5.38.1",
"webpack-cli": "~4.7.0",
"webpack-dev-server": "~4.11.1"
}
}