-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 866 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
{
"name": "svue",
"version": "1.5.3",
"main": "src/svue.js",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.6.0",
"serve": "^11.0.0",
"style-loader": "^0.23.1",
"svelte": "^3.0.0",
"svelte-loader": "2.13.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server --content-base public",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/freedmand/svue.git"
},
"keywords": [
"svelte",
"vue",
"reactive",
"store",
"data",
"computed"
],
"author": "Dylan Freedman",
"license": "MIT"
}