-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.59 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
{
"name": "codelife",
"version": "1.0.0",
"description": "web-based platform to teach Brazilian high school students to code",
"main": "index.js",
"scripts": {
"build": "canon-build",
"dev": "canon-dev",
"docs": "jsdoc2md '+(api|app|db|tools)/**/*.+(js|jsx)' --separators > DOCS.md",
"locales": "canon-locales",
"start": "canon-start",
"test": "eslint --color api/*.js api/**/*.js app/*.jsx app/*.js app/**/*.jsx app/**/*.js db/*.js db/**/*.js tools/*.js tools/**/*.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Datawheel/codelife.git"
},
"keywords": [
"education",
"node",
"react"
],
"author": "Datawheel",
"license": "ISC",
"bugs": {
"url": "https://github.com/Datawheel/codelife/issues"
},
"homepage": "https://github.com/Datawheel/codelife#readme",
"dependencies": {
"@blueprintjs/datetime": "^1.19.0",
"@blueprintjs/labs": "^0.11.0",
"@datawheel/canon-core": "^0.16.15",
"cpf_cnpj": "^0.2.0",
"css": "git+https://github.com/Datawheel/css.git",
"electron-screenshot-service": "^4.0.3",
"eslint": "^4.13.1",
"faker": "^4.1.0",
"himalaya": "^0.2.10",
"jsdoc-to-markdown": "^3.0.2",
"mkdirp": "^0.5.1",
"multer": "^1.3.0",
"npm": "^6.13.4",
"popper.js": "^1.12.5",
"react-ace": "^5.0.1",
"react-clipboard.js": "^1.1.3",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom-confetti": "0.0.8",
"react-quill": "^1.1.0",
"sequelize-slugify": "^0.5.0",
"sharp": "^0.18.2",
"slugify": "^1.3.0",
"xvfb": "^0.2.3"
}
}