This repository has been archived by the owner on Dec 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.36 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "WikiPlaylist",
"devDependencies": {
"autoprefixer": "^6.2.3",
"autoprefixer-loader": "^3.1.0",
"autoprefixer-stylus": "^0.8.1",
"babel": "^6.3.26",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.11.0",
"browser-sync-webpack-plugin": "^1.0.1",
"clipboard": "^1.5.5",
"core-js": "^2.0.3",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"es6bindall": "0.0.3",
"eslint": "^1.7.3",
"eslint-plugin-react": "^3.6.3",
"expect": "^1.12.2",
"extract-text-webpack-plugin": "^0.8.2",
"history": "^1.17.0",
"js-cookie": "^2.1.0",
"karma": "^0.13.13",
"karma-chrome-launcher": "^0.2.1",
"karma-mocha": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"lodash-deep": "^1.6.0",
"mocha": "^2.3.4",
"node-sass": "^3.3.3",
"postcss-loader": "^0.8.0",
"poststylus": "^1.0.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-gsap-enhancer": "^0.2.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.0.4",
"react-responsive": "^1.1.0",
"react-router": "^1.0.0-rc3",
"react-slick": "^0.9.3",
"react-textarea-autosize": "^3.3.0",
"react-tools": "*",
"redux": "^3.0.5",
"redux-devtools": "^3.0.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"redux-simple-router": "^1.0.2",
"redux-thunk": "^1.0.3",
"run-sequence": "^1.1.5",
"sass-loader": "^3.0.0",
"share-js": "0.0.3",
"sinon": "^1.17.2",
"slugify": "^0.1.1",
"style-loader": "^0.13.0",
"stylus-loader": "^3.0.2",
"superagent": "^1.6.1",
"superagent-jsonp": "0.0.6",
"tinycolor2": "^1.3.0",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.12.1",
"webpack-notifier": "^1.2.1"
},
"scripts": {
"test": "rspec -f documentation",
"test-react": "karma start",
"start": "foreman start -f Procfile.dev",
"hot": "npm run start-hot-dev",
"start-hot-dev": "webpack-dev-server --hot --inline --config config/webpack/hot-dev.config.js",
"build": "webpack -p --config config/webpack/production.config.js"
},
"license": "",
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"stylus": "^0.54.5"
}
}