-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
54 lines (54 loc) · 1.9 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
{
"name": "@protonapp/material-components",
"version": "0.9.64",
"description": "Material UI Components for Proton",
"main": "index.js",
"scripts": {
"build": "proton build",
"publish": "S3_BUCKET=proton-libraries proton publish",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"copy": "rm -rf ../../Builds/Adalo/node_modules/@protonapp/material-components/src/ && cp -r src ../../Builds/Adalo/node_modules/@protonapp/material-components/src && cp -r index.js ../../Builds/Adalo/node_modules/@protonapp/material-components/index.js",
"dev-local": "FOUNDRY_DEV_SERVER=http://localhost:3035 foundry dev",
"login-local": "FOUNDRY_BACKEND_SERVER=http://localhost:8084 foundry login",
"dev": "proton dev",
"login": "proton login"
},
"author": "Adalo",
"license": "ISC",
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"devDependencies": {
"@adalo/cli": "^1.0.0",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.8.4",
"@storybook/addon-actions": "^4.0.2",
"@storybook/addon-links": "^4.0.2",
"@storybook/addons": "^4.0.2",
"@storybook/react": "^4.0.2",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.0",
"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": {
"@protonapp/react-native-material-ui": "^2.0.7",
"@react-native-community/blur": "4.0.0",
"chroma-js": "^2.1.2",
"color": "^3.1.0",
"react-indiana-drag-scroll": "^1.7.0",
"react-native-device-info": "13.0.0",
"react-native-linear-gradient": "2.7.3",
"react-native-paper": "^4.7.2",
"react-native-vector-icons": "^9.1.0"
}
}