forked from learningequality/kolibri-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "kolibri-design-system",
"version": "0.2.0",
"private": false,
"description": "The Kolibri Design System defines common design patterns and code for use in Kolibri applications",
"license": "MIT",
"author": "Learning Equality",
"scripts": {
"dev": "npm-run-all --parallel dev-only _lint-watch-fix",
"dev-only": "nuxt",
"generate": "nuxt generate",
"lint-fix": "yarn _lint -w",
"lint-watch": "yarn _lint -m",
"_lint-watch-fix": "yarn _lint -w -m",
"_lint": "kolibri-tools lint '**/*.{js,vue,scss,less,css}' -i ,'**/node_modules/**','**/.nuxt/**','**/dist/**'",
"_test": "jest"
},
"files": [
"lib"
],
"dependencies": {
"aphrodite": "https://github.com/learningequality/aphrodite/",
"autosize": "^3.0.21",
"css-element-queries": "^1.2.0",
"fuzzysearch": "^1.0.3",
"lodash": "^4.17.15",
"material-design-icons": "^3.0.1",
"popper.js": "^1.14.6",
"purecss": "^0.6.2"
},
"peerDependencies": {},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.27",
"@vuedoc/parser": "^1.4.0",
"babel-jest": "^24.1.0",
"eslint-import-resolver-nuxt": "^1.0.0",
"jest": "^24.1.0",
"kolibri-tools": "0.13.0-dev.9",
"lockr": "^0.8.5",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"nuxt": "^2.0.0",
"prettier": "^1.18.2",
"prismjs": "^1.15.0",
"raw-loader": "0.5.1",
"svg-icon-inline-loader": "^3.1.0",
"vue-jest": "^4.0.0-0",
"vue-meta": "^2.3.2",
"vue-prism-component": "^1.1.1"
}
}