-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·85 lines (85 loc) · 2.73 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·85 lines (85 loc) · 2.73 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "testjam-io",
"version": "0.9.0",
"description": "testjam.io: An online coding environment specifically designed for Cucumber and Gherkin.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint src/**/*.{js,jsx}",
"start": "firebase emulators:start",
"watch": "./node_modules/.bin/webpack --mode=development --watch",
"dev-build": "./node_modules/.bin/webpack --mode=development",
"prod-build": "./node_modules/.bin/webpack --mode=production",
"deploy": "firebase deploy --only hosting",
"build": "make",
"clean": "make clean"
},
"author": "Steven Hunt",
"license": "UNLICENSED",
"dependencies": {
"@cucumber/gherkin": "^24.0.0",
"@cucumber/gherkin-streams": "^5.0.1",
"@smartbear/react-gherkin-editor": "^2.4.14",
"ace-builds": "^1.4.9",
"ansi-html": "^0.0.9",
"axios": "^0.27.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-es2015-object-super": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^6.7.1",
"file-loader": "^1.1.6",
"firebase": "^9.8.4",
"gherkin": "^9.0.0",
"indent.js": "^0.3.5",
"javascript-time-ago": "^2.5.6",
"lodash": "^4.17.15",
"prop-types": "^15.8.1",
"react": "^16.2.0",
"react-ace": "^10.1.0",
"react-dom": "^16.2.0",
"react-dropdown": "^1.7.0",
"react-notifications": "^1.6.0",
"react-paginate": "^8.1.3",
"react-resize-detector": "^7.1.2",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-split-pane": "^2.0.3",
"reactjs-popup": "^1.5.0",
"regenerator-runtime": "^0.13.5",
"shell-quote": "^1.7.2",
"styled-components": "^5.3.5"
},
"build": {
"version": "0.9.0",
"date": "2023-07-25T17:01:34Z"
},
"devDependencies": {
"browserify": "^17.0.0",
"browserify-fs": "^1.0.0",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"genversion": "^3.1.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"node-polyfill-webpack-plugin": "^2.0.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"shx": "^0.3.4",
"typescript": "^4.7.4",
"uglify-js": "^3.16.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}