forked from guillaume-sainthillier/eurl-sasu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 Bytes
/
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
{
"name": "eurl-sasu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/AntoineViau/eurl-sasu.git"
},
"scripts": {
"build": "./node_modules/.bin/webpack --watch",
"build:prod": "./node_modules/.bin/webpack -p",
"serve": "./node_modules/.bin/static",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.6.2",
"angular-cookies": "^1.6.2",
"angular-i18n": "^1.6.2",
"angular-markdown-directive": "^0.3.1",
"angular-sanitize": "^1.6.2",
"angular-ui-bootstrap": "^2.5.0",
"markdown": "^0.5.0",
"marked": "^0.3.6",
"ngclipboard": "^1.1.1",
"showdown": "^1.6.4"
},
"devDependencies": {
"@types/jest": "^22.1.2",
"jest": "^22.2.2",
"node-static": "^0.7.9",
"ts-jest": "^22.0.3",
"ts-loader": "^2.0.0",
"typescript": "^2.1.6",
"webpack": "^2.2.1"
}
}