-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.4 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
{
"name": "purescript-metajelo-ui",
"description": "Display component for Metajelo xml files",
"main": "static/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"testbrowser": "../scripts/testbrowser",
"clean": "rimraf output .cache .psci_modules .pulp-cache .spago dist prod testdist metajelo-ui-css-classes css/* sass/*",
"build": "spago build",
"debug": "./scripts/debug",
"prod": "./scripts/prod",
"getcss": "./scripts/getcss",
"parcel": "parcel build --public-url ./ prod/index.html",
"start": "spago build && parcel --no-hmr --public-url ./ static/index.html",
"watch": "spago build && parcel watch static/index.html"
},
"author": "Brandon Barker <[email protected]> (https://github.com/bbarker)",
"license": "MPL2",
"devDependencies": {
"autoprefixer": "^9.8.6",
"bower": "^1.8.12",
"cross-env": "^7.0.3",
"cssmin": "^0.4.3",
"cssnano": "^4.1.11",
"google-closure-compiler": "^20210505.0.0",
"parcel-bundler": "^1.12.5",
"postcss-font-base64": "^1.0.5",
"postcss-modules": "^3.2.2",
"pulp": "^15.0.0",
"purescript-psa": "^0.8.0",
"react-devtools": "^4.13.2",
"rimraf": "^3.0.2"
},
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0",
"uuid": "^3.3.2"
},
"optionalDependencies": {
"purescript": "^0.13.8"
},
"browserslist": [
"defaults"
]
}