-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
55
56
57
58
59
{
"name": "react-mm-text",
"version": "0.0.1-rc.2",
"description": "A small react component library to solve the complex myanmar font problem.",
"main": "dist/main.js",
"scripts": {
"lint": "eslint src/*.js",
"test": "jest",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/jsmyanmar/react-mm-text.git"
},
"bugs": {
"url": "https://github.com/jsmyanmar/react-mm-text/issues"
},
"homepage": "https://github.com/jsmyanmar/react-mm-text",
"author": "lwinkyawmyat <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"jest": {
"setupFilesAfterEnv": [
"<rootDir>src/enzyme.js"
]
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^24.8.0",
"react-dom": "^16.8.6",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"knayi-myscript": "^2.2.0",
"myanmar-tools": "^1.0.3",
"prop-types": "^15.6.1",
"rabbit-node": "^1.0.4",
"react": "^16.2.0"
}
}