-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "h5p-editor-branching-scenario",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development webpack",
"build": "cross-env NODE_ENV=production webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-transform-destructuring": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"annyang": "^2.6.1",
"babel-jest": "^28.1.2",
"babel-loader": "^8.2.5",
"babel-polyfill": "^6.26.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.18.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.30.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}