-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 864 Bytes
/
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
{
"name": "react-sxc-localization",
"version": "1.2.4",
"description": "",
"main": "dist/build.min.js",
"scripts": {
"test": "jest",
"build": "babel index.js -o dist/build.min.js"
},
"author": "manuel palma",
"license": "ISC",
"dependencies": {
"babel-jest": "^23.6.0",
"intl": "^1.2.5",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-intl": "^2.4.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.1",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.5.0"
}
}