-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.68 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
{
"name": "@protonapp/barchart-component",
"version": "0.2.22",
"description": "Chart Components Component for Foundry",
"main": "index.js",
"scripts": {
"build": "proton build",
"publish": "S3_BUCKET=proton-libraries S3_REGION=us-east-1 proton publish",
"start": "adalo dev",
"start:local": "ADALO_DEV_SERVER=http://localhost:3035 yarn start",
"login": "adalo login",
"login:local": "ADALO_BACKEND_SERVER=http://localhost:8084 yarn run login",
"copy": "rm -rf ../../../Builds/TestApp2/node_modules/@protonapp/barchart-component/src/ && cp -r src ../../../Builds/TestApp2/node_modules/@protonapp/barchart-component/src && cp -r index.js ../../../Builds/TestApp2/node_modules/@protonapp/barchart-component/index.js",
"prettier": "prettier --write './**'"
},
"author": "Adalo",
"license": "ISC",
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"react-native": "*",
"react-native-svg": "*"
},
"devDependencies": {
"@adalo/cli": "^0.0.57",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-runtime": "^6.26.0",
"css-loader": "^1.0.0",
"prettier": "2.5.1",
"react": "^16.5.2",
"react-art": "^16.6.0",
"react-dom": "^16.5.2",
"react-native-web": "^0.9.5",
"regenerator-runtime": "^0.12.1",
"style-loader": "^0.23.1"
},
"dependencies": {
"@adalo/react-native-chart-kit": "https://github.com/AdaloHQ/react-native-chart-kit.git",
"react-native-svg": "9.13.3",
"rfdc": "^1.3.0",
"victory-native": "^32.0.2"
}
}