-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.79 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "vue-jss",
"version": "0.0.2",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/pure-vue/vue-jss"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"vue3",
"jss",
"vue",
"css in js",
"useStyles"
],
"author": "Jokcy",
"license": "MIT",
"devDependencies": {
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-rc.1",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@types/ajv-errors": "^1.0.2",
"@types/common-tags": "^1.8.0",
"@types/node": "^14.0.27",
"@types/react": "^16.9.43",
"@types/sinon": "^9.0.4",
"@vue/test-utils": "^2.0.0-beta.0",
"ajv": "^6.12.3",
"ajv-errors": "^1.0.1",
"ajv-i18n": "^3.5.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"common-tags": "^1.8.0",
"eslint": "^7.5.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.1.0",
"jest-environment-jsdom-fifteen": "^1.0.2",
"jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^0.6.0",
"jss": "^10.3.0",
"jss-preset-default": "^10.3.0",
"merge2": "^1.4.1",
"np": "^6.3.2",
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"ts-jest": "^26.1.4",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"vue": "3.0.0-rc.5",
"vuepress": "^1.5.2",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"test": "jest",
"test:cov": "jest --coverage",
"dev": "webpack-dev-server --config webpack.config.js",
"release": "np patch"
},
"dependencies": {
"@types/jest": "^26.0.7",
"tiny-warning": "^1.0.3"
}
}