-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 837 Bytes
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
{
"name": "latero-react-shared",
"version": "0.1.10",
"description": "A shared package for react shared components.",
"main": "lib/index.js",
"scripts": {
"compile:lib": "babel src -d lib",
"build": "npm run compile:lib",
"test": "babel-tape-runner tests/**/*.js | tap-spec"
},
"keywords": [
"react",
"redux"
],
"author": "Sunny To",
"license": "ISC",
"devDependencies": {
"react": "^0.14.7",
"redux": "^3.1.0",
"babel": "^6.5.2",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-tape-runner": "^2.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"seamless-immutable": "^4.1.0"
},
"peerDependencies": {
"redux": "^3.1.0",
"seamless-immutable": "^4.1.0"
}
}