-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.15 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
75
76
77
78
{
"name": "@artistry/react",
"version": "0.6.6",
"description": "A powerful component library for React",
"repository": "https://www.github.com/sjohnsonaz/artistry-react.git",
"license": "MIT",
"author": "Sean Johnson <[email protected]>",
"main": "dist/scripts/modules/ArtistryReact.js",
"typings": "dist/scripts/modules/ArtistryReact.d.ts",
"scripts": {
"build": "tsc --declaration",
"clean": "rimraf ./dist ./bundle",
"prepublishOnly": "rimraf ./dist && tsc --declaration",
"test": "tsc && node src/mocha/NodeRunner.js",
"min": "webpack --config webpack.config.js --progress",
"dev": "webpack --config webpack.dev.js --progress",
"start": "webpack-dev-server --config webpack.dev.js --watch --progress",
"watch": "tsc --watch --declaration",
"node": "node ./dist/scripts/main.js",
"open": "opn src/tests/demo/html/index.html"
},
"dependencies": {
"@cascade/diff": "0.0.0",
"@cascade/promise-util": "0.0.1"
},
"peerDependencies": {
"artistry": "^0.9.8",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@artistry/icons": "0.0.2",
"@fortawesome/free-solid-svg-icons": "5.11.2",
"@types/chai": "4.2.11",
"@types/mocha": "7.0.2",
"@types/react": "16.9.38",
"@types/react-dom": "16.9.8",
"artistry": "^0.9.8",
"autoprefixer": "9.8.0",
"chai": "4.2.0",
"css-loader": "3.6.0",
"html-webpack-plugin": "4.3.0",
"jsdom": "16.2.2",
"mocha": "8.0.1",
"opn-cli": "5.0.0",
"postcss-loader": "3.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"rimraf": "3.0.2",
"roboto-fontface": "0.10.0",
"source-map-loader": "1.0.0",
"style-loader": "1.2.1",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"ts-loader": "7.0.5",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript": "3.9.5",
"webpack": "4.43.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"keywords": [
"component",
"button",
"modal",
"input",
"react",
"reactive",
"view",
"viewmodel",
"mvvm",
"mvc",
"template",
"dom",
"react",
"knockout"
]
}