We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e844c4e commit 64f4373Copy full SHA for 64f4373
examples/get-started/package.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "test1",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "keywords": [],
6
+ "main": "src/index.js",
7
+ "dependencies": {
8
+ "@activewidgets/react": "0.0.8",
9
+ "react": "16.12.0",
10
+ "react-dom": "16.12.0",
11
+ "react-scripts": "3.0.1"
12
+ },
13
+ "devDependencies": {
14
+ "typescript": "3.3.3"
15
16
+ "scripts": {
17
+ "start": "react-scripts start",
18
+ "build": "react-scripts build",
19
+ "test": "react-scripts test --env=jsdom",
20
+ "eject": "react-scripts eject"
21
22
+ "browserslist": [
23
+ ">0.2%",
24
+ "not dead",
25
+ "not ie <= 11",
26
+ "not op_mini all"
27
+ ]
28
+}
0 commit comments