-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1.17 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": "cmsocial",
"private": true,
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"browser-sync": "^2.10.0",
"cdnify": "^0.1.4",
"ini": "^1.3.4",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"proxy-middleware": "^0.15.0",
"rollup-plugin-babel": "^2.7.1"
},
"dependencies": {
"ace-builds": "^1.2.2",
"angular": "1.5.x",
"angular-animate": "1.5.x",
"angular-cookies": "1.5.x",
"angular-lazytube": "^0.2.3",
"angular-md5": "^0.1.10",
"angular-recaptcha": "^4.0.0",
"angular-resource": "1.5.x",
"angular-route": "1.5.x",
"angular-sanitize": "1.5.x",
"angular-touch": "1.5.x",
"angular-ui-ace": "^0.2.3",
"angular-ui-router": "0.2.15",
"babel-polyfill": "^6.23.0",
"bootstrap": "^3.3.6",
"commonmark": "^0.27.0",
"font-awesome": "^4.5.0",
"jquery": "^2.1.4",
"less": "^2.5.3",
"mathjax": "github:mathjax/MathJax#master",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-recaptcha": "^2.2.6",
"uglify-js": "^3.9.4",
"uglifyjs": "^2.4.10"
}
}