This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.89 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
{
"name": "solid-scripts",
"description": "No configuration CLI tools to bootstrap Solid applications.",
"version": "0.0.61",
"author": "Ryan Carniato",
"license": "MIT",
"bin": {
"solid-scripts": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/solidjs/solid-scripts"
},
"types": "./types/solid-app.d.ts",
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"acorn": "6.4.1",
"babel-jest": "^26.3.0",
"babel-loader": "^8.0.6",
"babel-preset-solid": "^1.0.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"component-register-loader": "0.0.2",
"css-loader": "^2.1.1",
"dotenv": "^8.0.0",
"dotenv-expand": "^5.1.0",
"extract-css-chunks-webpack-plugin": "^4.3.2",
"file-loader": "^3.0.1",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"is-wsl": "^2.0.0",
"jest": "^26.3.0",
"jest-watch-typeahead": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^8.1.8",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^4.1.0",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^5.0.2",
"react-app-polyfill": "^1.0.0",
"react-dev-utils": "^9.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"to-string-loader": "^1.1.6",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.0.4",
"workbox-webpack-plugin": "^4.3.0"
},
"resolutions": {
"webpack/acorn": "6.1.1"
}
}