-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
47 lines (47 loc) · 1.39 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
{
"name": "OpenNote",
"version": "18.03.00",
"description": "",
"main": "Gruntfile.js",
"author": "Jacob Liscom",
"license": "MIT",
"dependencies": {
"alertify": "0.3.0",
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-resource": "^1.6.6",
"angular-route": "^1.6.6",
"angular-sanitize": "^1.6.6",
"bootstrap": "^3.3.7",
"codemirror": "^5.32.0",
"jquery": "3.2.1",
"marked": "^0.3.7",
"pouchdb": "^6.3.4"
},
"devDependencies": {
"angular-mocks": "^1.6.6",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-compress": "^1.1.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^0.11.1",
"grunt-manifest": "^0.4.0",
"grunt-shell": "^0.7.0",
"script-loader": "^0.7.2",
"style-loader": "^0.19.0",
"testcafe": "^0.18.6",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.5"
},
"scripts": {
"test": "testcafe chrome ./test/e2e/test.js --skip-js-errors -c 3",
"testSingle": "testcafe chrome ./test/e2e/test.js --skip-js-errors",
"dev": "webpack-dev-server --open --hot --config ./build/webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config ./build/webpack.prod.config.js"
}
}