-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.37 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.37 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "comm100-react-components",
"version": "1.0.0",
"private": true,
"main": "./dist/comm100-react-components.js",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/comm100/comm100-react-components.git"
},
"dependencies": {
"classnames": "^2.2.5",
"iscroll": "^5.2.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"rc-calendar": "^8.2.0",
"rc-time-picker": "^2.4.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-iscroll": "^2.0.3",
"react-lines-ellipsis": "^0.10.0",
"react-modal": "^1.7.7",
"react-tooltip": "^3.3.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.8",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babili-webpack-plugin": "^0.1.1",
"const": "^1.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"image-webpack-loader": "^3.3.1",
"in-publish": "^2.0.0",
"iscroll": "^5.2.0",
"lodash-webpack-plugin": "^0.11.3",
"open-browser-webpack-plugin": "0.0.2",
"postcss-cssnext": "^2.11.0",
"postcss-sprites": "^4.2.1",
"pretty-bytes": "^4.0.2",
"raw-loader": "^0.5.1",
"rc-upload": "^2.4.4",
"react-demo": "^1.5.0",
"react-docgen": "^2.15.0",
"react-hot-loader": "^1.3.1",
"react-iscroll": "^2.0.3",
"react-lines-ellipsis": "^0.10.0",
"react-scripts": "0.9.5",
"react-tinymce": "^0.7.0",
"webfonts-generator": "^0.4.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"demo": "node ./build/server.demo.js",
"build:font": "node ./build/font/font-generator.js",
"build:dll": "webpack --config ./build/webpack.dll.config.js --progress",
"build": "webpack -p --config ./build/webpack.config.js --display-error-details --bail",
"build:all": "node ./build/build.js && npm run build",
"test:watch": "karma start ./build/karma.watch.conf.js",
"test": "karma start ./build/karma.conf.js"
}
}