Skip to content

Commit 64f4373

Browse files
committed
add example
1 parent e844c4e commit 64f4373

File tree

4 files changed

+1264
-0
lines changed

4 files changed

+1264
-0
lines changed

examples/get-started/package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)