This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 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
{
"name": "Thinky-Docset",
"version": "1.0.0",
"main": "index.js",
"repository": {},
"license": "MIT",
"scripts": {
"test": "",
"start-p": "cross-env NODE_ENV=production node server",
"start": "node server",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors",
"eslint": "eslint .",
"jscs": "jscs ."
},
"dependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-marked": "^1.2.2",
"angular-material": "^1.1.3",
"angular-messages": "^1.6.4",
"autoprefixer": "^6.0.3",
"babel-cli": "^6.4.0",
"babel-core": "^6.22.1",
"babel-eslint": "^4.1.6",
"babel-jscs": "^2.0.5",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.2.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^1.0.7",
"css-loader": "^0.19.0",
"eslint": "^1.5.0",
"eslint-plugin-react": "^3.4.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"fs-extra-promise": "^1.0.1",
"highlight.js": "^9.10.0",
"html-inline": "^1.2.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^1.6.1",
"inliner": "^1.12.1",
"jscs": "^2.1.1",
"jsdom": "^6.5.1",
"json-loader": "^0.5.3",
"mocha": "^2.3.3",
"mocha-jsdom": "^1.0.0",
"postcss-loader": "^0.6.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.4.3",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"sqlite3": "^3.1.8",
"stats-webpack-plugin": "^0.2.1",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
}
}