-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
44 lines (44 loc) · 1.49 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": "appirio-tech-react-components",
"version": "0.0.0",
"main": "./index.coffee",
"devDependencies": {
"appirio-tech-webpack-config": "0.x.x",
"eslint": "^2.3.0",
"eslint-plugin-react": "^4.2.0",
"babel-core": "^6.6.5",
"chai": "^3.5.0",
"cheerio": "^0.20.0",
"cross-env": "^1.0.7",
"history": "^1.17.0",
"ignore-styles": "^1.2.0",
"mocha": "^2.4.5",
"npm-prepublish": "^1.2.1",
"react-router": "^1.0.3"
},
"scripts": {
"example": "webpack-dev-server -d --progress --inline --colors",
"dev": "webpack-dev-server -d --progress --inline --colors --dev --tc",
"clean": "rm -r dist",
"build": "webpack --config webpack.config.js; cp example/index.html dist/",
"lint": "eslint --format table --ext .js,.jsx .",
"test": "cross-env NODE_ENV=test mocha --reporter progress --compilers js:babel-core/register --require ignore-styles --recursive \"./components/**/*.spec.js\"",
"test:watch": "npm run test -- --watch",
"build-navbar": "webpack $BUILD --tc --config navbar.webpack.config.coffee;"
},
"dependencies": {
"appirio-styles": "0.0.26",
"appirio-tech-api-schemas": "^5.0.69",
"appirio-tech-client-app-layer": "^0.1.3",
"classnames": "^2.2.3",
"lodash": "^4.0.0",
"moment": "^2.11.2",
"react": "^0.14.7",
"react-datetime": "^2.0.2",
"react-dom": "^0.14.7",
"react-dropzone": "^3.3.2",
"react-redux": "^4.2.1",
"react-select": "^0.9.1",
"isomorphic-fetch": "^2.2.1"
}
}