-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.79 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
{
"name": "web-components-starter",
"version": "1.0.0",
"description": "Starter React app for using AP web components",
"main": "index.js",
"dependencies": {
"@accordproject/markdown-slate": "0.11.3",
"@accordproject/ui-concerto": "0.93.2-20200702221818",
"@accordproject/ui-markdown-editor": "0.93.2-20200702221818",
"@babel/runtime": "^7.10.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-monaco-editor": "^0.36.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"slate": "^0.58.3",
"slate-history": "^0.58.3",
"slate-react": "^0.58.3",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"start": "webpack-dev-server --mode development --watch "
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/web-components-starter.git"
},
"author": "accordproject.org",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/accordproject/web-components-starter/issues"
},
"homepage": "https://github.com/accordproject/web-components-starter#readme"
}