This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
58 lines (58 loc) · 1.94 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
{
"name": "@sveltekit/ui",
"description": "Svelte UI Library",
"version": "4.0.0",
"homepage": "https://github.com/sveltekit/ui",
"repository": "git://github.com/sveltekit/ui.git",
"scripts": {
"generateExports": "node build/generate-exports.js",
"build": "npm run generateExports && cross-env NODE_ENV=production webpack --config webpack/webpack.config.js",
"dev": "npm run generateExports && webpack-dev-server --content-base public --config webpack/webpack.config.js",
"test": "webpack --content-base test/public --config webpack/webpack.config.tests.js && node test/runner.js",
"test:browser": "webpack-dev-server --content-base test/public --config webpack/webpack.config.tests.js"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@fortawesome/fontawesome-free": "^5.11.2",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"css-vars-ponyfill": "^2.0.2",
"dayjs": "^1.8.14",
"eslint": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-svelte3": "^2.7.3",
"flatpickr": "https://github.com/sveltekit/flatpickr.git#master",
"glob": "^7.1.4",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.7.0",
"nouislider": "^11.1.0",
"port-authority": "^1.0.5",
"prismjs": "^1.16.0",
"puppeteer": "^1.17.0",
"randomcolor": "^0.5.4",
"raw-loader": "^3.0.0",
"require-nocache": "^1.0.0",
"serve": "^11.0.0",
"sirv": "^0.4.2",
"style-loader": "^0.23.1",
"svelte": "^3.7.0",
"svelte-icons": "^1.1.0",
"svelte-loader": "^2.13.4",
"svelte-select": "^2.1.0",
"tape-modern": "^1.1.1",
"tinycolor2": "^1.4.1",
"tippy.js": "^2.5.4",
"validate.js": "^0.13.1",
"webpack": "^4.32.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"wnumb": "^1.1.0"
},
"license": "MIT",
"keywords": [
"svelte"
]
}