-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2 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
{
"name": "react-audio-component",
"version": "1.0.0",
"description": "A beautiful audio player built with React",
"main": "index.js",
"scripts": {
"start": "node server.js",
"deploy": "webpack -p --config webpack.prod.js --output-file audio_player.js && mv ./public/audio_player.js ../portfolio/jslauthor.github.io/public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jslauthor/react-audio-component.git"
},
"keywords": [
"audio",
"html5",
"react"
],
"author": "J.S. Leonard",
"license": "ISC",
"bugs": {
"url": "https://github.com/jslauthor/react-audio-component/issues"
},
"homepage": "https://github.com/jslauthor/react-audio-component#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"css-loader": "^0.23.1",
"postcss-bem": "^0.4.1",
"postcss-color-function": "^2.0.1",
"postcss-custom-media": "^5.0.1",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-mixins": "^4.0.2",
"postcss-nested": "^1.0.0",
"postcss-sass-colors": "0.0.2",
"postcss-simple-vars": "^2.0.0",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"raf": "^3.2.0",
"raw-loader": "^0.5.1",
"rc-progress": "^1.0.4",
"rc-slider": "^3.7.1",
"rc-tooltip": "^3.3.2",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-dom": "^15.1.0",
"react-marquee": "^0.1.0",
"react-redux": "^4.4.5",
"react-slider": "^0.6.1",
"react-swipeable": "^3.5.0",
"redux": "^3.5.2"
}
}