-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "xee-components",
"version": "1.2.1",
"description": "A set of components which are frequently used in xee applications.",
"main": "./lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"build": "babel src --out-dir lib",
"test": "mocha --compilers js:babel-register --recursive ./src/**/*.spec.js",
"test:watch": "npm test -- --watch",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeejp/xee-components.git"
},
"author": "Ryo33",
"license": "MIT",
"peerDependencies": {
"react": "~15.4",
"material-ui": "^0.15",
"react-dom": "^15.0",
"react-tap-event-plugin": "^1.0"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"jsdom": "^9.4.2",
"mocha": "^3.0.2",
"mocha-jsdom": "^1.1.0",
"react-addons-test-utils": "^15.3.1",
"sinon": "^1.17.5"
},
"bugs": {
"url": "https://github.com/xeejp/xee-components/issues"
},
"homepage": "https://github.com/xeejp/xee-components#readme",
"dependencies": {}
}