-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.59 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
{
"name": "rdpicker",
"version": "1.1.0",
"description": "rdpicker",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"watch-test": "./node_modules/karma/bin/karma start karma.conf.js --auto-watch --no-single-run",
"build": "webpack -p",
"rename-css-bower-dependencies": "find bower_components -name '*.css' | sed -e 'p;s/.css$/.scss/' | xargs -n2 mv",
"dev": "webpack-dev-server --inline --hot --content-base example",
"postinstall": "bower install"
},
"author": "",
"license": "BSD",
"keywords": [
"react",
"reactjs",
"react-component"
],
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.16.0",
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.11.1",
"css-loader": "~0.12.1",
"es5-shim": "~4.1.0",
"eslint": "^0.21.1",
"eslint-plugin-react": "^2.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"jasmine": "~2.2.1",
"jasmine-core": "~2.2.0",
"karma": "~0.12.31",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sourcemap-loader": "~0.3.4",
"karma-webpack": "~1.5.0",
"moment": "^2.10.5",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.10.1",
"react-onclickoutside": "^5.7.1",
"sass-loader": "^4.0.2",
"style-loader": "~0.12.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"classnames": "^2.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
}