-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "react-native-art-hcdwave",
"version": "0.0.3",
"description": "A concise water wave animation process view writed by React Native Art.",
"main": "src/components/index.js",
"author": "Jvaeyhcd",
"license": "ISC",
"keywords": [
"react-native",
"react-native-art-wave",
"react-native-art-hcdwave",
"art",
"wave"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"run-ios": "react-native run-ios --simulator 'iPhone X'",
"run-android": "react-native run-android",
"test": "jest"
},
"dependencies": {
"@babel/cli": "7.0.0-beta.47",
"@babel/core": "7.0.0-beta.47",
"@babel/plugin-proposal-decorators": "7.0.0-beta.47",
"babel-preset-react-native": "^5.0.2",
"eslint": "^3",
"eslint-config-fbjs-opensource": "^1.0.0",
"parse5": "^5.0.0",
"prettier": "^1.14.2",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-native-art-wave": "^1.0.3",
"react-native-canvas": "^0.1.24"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.0",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"jest": {
"preset": "react-native"
}
}